mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
38fb960f49
commit
9ac5d733b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414132
@ -66,8 +66,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