1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to the 20170913 snapshot of GCC 6.4.1.

Don't quote constant strings compared with ${ARCH}. [1]

Submitted by:	linimon [1]
This commit is contained in:
Gerald Pfeifer 2017-09-16 08:22:52 +00:00
parent 99af128e44
commit 7db9a66d4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449948
2 changed files with 7 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 6.4.1.s20170906
PORTREVISION= 1
PORTVERSION= 6.4.1.s20170913
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -65,7 +64,7 @@ CONFIGURE_ARGS+= --disable-multilib
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
.if ${ARCH} == amd64
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.endif
@ -74,7 +73,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64"
USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9.
.endif
.if ${ARCH} == "aarch64" || ${ARCH} == "armv6"
.if ${ARCH} == aarch64 || ${ARCH} == armv6
. if ${COMPILER_TYPE} == clang
. if empty(PORT_OPTIONS:MBOOTSTRAP)
MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512
@ -119,7 +118,7 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/gccint \
gcc${SUFFIX}/gfortran \
gcc${SUFFIX}/libgomp
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
.if ${ARCH} == amd64 || ${ARCH} == i386
INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
.endif

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1504873750
SHA256 (gcc-6-20170906.tar.xz) = dd3f78d357a3dd88b6a6cd338fd03b844ada4e8e732257ad4135d153cac37585
SIZE (gcc-6-20170906.tar.xz) = 72592608
TIMESTAMP = 1505393371
SHA256 (gcc-6-20170913.tar.xz) = 03edcdafdbb456ef1d12b466623b4a308ff7f41385f249b5ff7444dc2f838d3a
SIZE (gcc-6-20170913.tar.xz) = 72592176