From e808fc574e4c5ad8d2faabfbc161896638d16d72 Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 6 May 2016 23:00:26 +0000 Subject: 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. --- lang/gcc48/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'lang/gcc48') 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 -- cgit