Update to the 20160417 development snapshot (early stage 1) of GCC 7.

Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC.  For all other architectures
it already defaults to the value we were setting.
This commit is contained in:
Gerald Pfeifer 2016-04-25 04:47:04 +00:00
parent c8a7c59522
commit b11b16a3e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413965
2 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 7.0.0.s20160417
PORTVERSION= 7.0.0.s20160424
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -64,8 +64,6 @@ CONFIGURE_ARGS+= --disable-multilib
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.else
CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL}
.endif
.if ${ARCH} == powerpc64

View file

@ -1,2 +1,2 @@
SHA256 (gcc-7-20160417.tar.bz2) = 69a4d6ae0f51a730d1041e54e5bb0a137edda4d511e37eaf222013f207d4bbb5
SIZE (gcc-7-20160417.tar.bz2) = 95374804
SHA256 (gcc-7-20160424.tar.bz2) = eda6590ddfcc3b0dfb4582309f5c256bb6352f09ac6efc6c83cd36221bb6cf81
SIZE (gcc-7-20160424.tar.bz2) = 95314163