diff options
author | gerald <gerald@FreeBSD.org> | 2016-05-07 07:00:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-05-07 07:00:26 +0800 |
commit | e808fc574e4c5ad8d2faabfbc161896638d16d72 (patch) | |
tree | 90306e55e8685b64a8f9993e52d935d05d1d13d1 /lang/gcc48 | |
parent | f3f24d1ca270f7841706b0d532fb50e7edf188c9 (diff) | |
download | freebsd-ports-gnome-e808fc574e4c5ad8d2faabfbc161896638d16d72.tar.gz freebsd-ports-gnome-e808fc574e4c5ad8d2faabfbc161896638d16d72.tar.zst freebsd-ports-gnome-e808fc574e4c5ad8d2faabfbc161896638d16d72.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.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index cda6a68f80e6..12da71889146 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -61,8 +61,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 |