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:
parent
0cc234d363
commit
baabf138fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414734
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user