aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-05-06 23:00:26 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2016-05-06 23:00:26 +0000
commitbaabf138faef948660ca0221f6fe63ed3d5df54a (patch)
tree90306e55e8685b64a8f9993e52d935d05d1d13d1 /lang/gcc
parent0cc234d3635864c61005dcd0e51251a20280b481 (diff)
downloadports-baabf138faef948660ca0221f6fe63ed3d5df54a.tar.gz
ports-baabf138faef948660ca0221f6fe63ed3d5df54a.zip
Apply the following to all common GCC ports based on end-of-life versions
of GCC including lang/gcc: 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.
Notes
Notes: svn path=/head/; revision=414734
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index bab091d0c9ac..c86c9aab3c94 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -58,8 +58,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