Skip to content

Commit

Permalink
Update gcc on AT 14.0 and update patch
Browse files Browse the repository at this point in the history
Bump to revision 2093e873bb6c and update libssp patch to apply cleanly.

Signed-off-by: Matheus Castanho <[email protected]>
  • Loading branch information
mscastanho committed Jan 14, 2021
1 parent 0ceee4e commit 18ab36a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/14.0/packages/gcc/sources
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ATSRC_PACKAGE_NAME="GCC (GNU Compiler Collection)"
ATSRC_PACKAGE_SUBPACKAGE_NAME_0="GNU Standard C++ Library v3 (Libstdc++-v3)"
ATSRC_PACKAGE_SUBPACKAGE_NAME_1="GNU Libgomp"
ATSRC_PACKAGE_VER=10.2.1
ATSRC_PACKAGE_REV=6c344e4ab655
ATSRC_PACKAGE_REV=2093e873bb6c
ATSRC_PACKAGE_BRANCH=gcc-10-branch
ATSRC_PACKAGE_LICENSE="GPL 3.0"
ATSRC_PACKAGE_DOCLINK="https://gcc.gnu.org/onlinedocs/gcc-${ATSRC_PACKAGE_VER%.*}.0/gcc/"
Expand Down Expand Up @@ -57,8 +57,8 @@ atsrc_get_patches ()

# Avoid a misconfiguration of tuned libraries as seen in issue #204.
at_get_patch \
'https://raw.githubusercontent.com/powertechpreview/powertechpreview/a51115f619a5210d868819d41ba5f021327ba83/GCC%20PowerPC%20Backport/9/0001-libssp-Ignore-vsnprintf-test-when-ssp_have_usable_vs.patch' \
8ad129baf6f4a6f61572d5c36c57536b || return ${?}
'https://raw.githubusercontent.com/powertechpreview/powertechpreview/fff3bbc86ac6308537b1f6365cc0b745d137308e/GCC%20PowerPC%20Backport/10/0001-libssp-Ignore-vsnprintf-test-when-ssp_have_usable_vs.patch' \
d033a657f2d2aaed471b8665ebe5c142 || return ${?}

# Avoid an error on libstdc++ when running msgfmt.
at_get_patch \
Expand Down

0 comments on commit 18ab36a

Please sign in to comment.