1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2016-05-06 23:00:26 +00:00
parent 0cc234d363
commit baabf138fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414734
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -50,8 +50,6 @@ BOOTSTRAP_DESC= Build using a full bootstrap
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.else
CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL}
.endif
LANGUAGES:= c,c++,objc,fortran

View File

@ -50,8 +50,6 @@ BOOTSTRAP_DESC= Build using a full bootstrap
.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

@ -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