lang/gcc8: remove noop CONFIGURE_ARGS for powerpc64

This commit is contained in:
Piotr Kubaj 2023-08-08 19:30:04 +02:00
parent 6106dcd4cb
commit 34d70f6f3f

View file

@ -61,7 +61,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