lang/gcc10: remove noop CONFIGURE_ENV for powerpc64

This commit is contained in:
Piotr Kubaj 2023-08-08 22:01:56 +02:00
parent 34d70f6f3f
commit e85a675579

View file

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