Update to the 20170613 snapshot of GCC 5.4.1.
When we set STAGE1_CXXFLAGS / CXXFLAGS in MAKE_FLAGS for arm platforms, do so incrementally (with += instead of =). [1] Discussed with: andreast [1]
This commit is contained in:
parent
32fde12fe2
commit
0e82af05ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443605
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 5.4.1.s20170606
|
||||
PORTVERSION= 5.4.1.s20170613
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -75,9 +75,9 @@ CONFIGURE_ENV+= UNAME_m="powerpc64"
|
|||
.if ${ARCH} == "armv6" || ${ARCH} == "aarch64"
|
||||
. if ${COMPILER_TYPE} == clang
|
||||
. if empty(PORT_OPTIONS:MBOOTSTRAP)
|
||||
MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512
|
||||
MAKE_ARGS+=CXXFLAGS+=-fbracket-depth=512
|
||||
. else
|
||||
MAKE_ARGS+=STAGE1_CXXFLAGS=-fbracket-depth=512
|
||||
MAKE_ARGS+=STAGE1_CXXFLAGS+=-fbracket-depth=512
|
||||
. endif
|
||||
. endif
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1496810155
|
||||
SHA256 (gcc-5-20170606.tar.xz) = 646ad9f3d87872b388c3e7b0cf584ab054bbf5e287731d368e826f15a32a61c1
|
||||
SIZE (gcc-5-20170606.tar.xz) = 69366112
|
||||
TIMESTAMP = 1497476612
|
||||
SHA256 (gcc-5-20170613.tar.xz) = 296705d70b03a1697932539f1b42a300ad4aaf10657d7adf0140baefc6162014
|
||||
SIZE (gcc-5-20170613.tar.xz) = 69364720
|
||||
|
|
Loading…
Reference in a new issue