lang/gcc9: remove noop CONFIGURE_ARGS on powerpc64

This commit is contained in:
Piotr Kubaj 2023-08-08 18:07:04 +02:00
parent ccfe88db0d
commit 6106dcd4cb

View file

@ -65,7 +65,6 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
. else