Skip to content

Commit

Permalink
lang/gcc8: remove noop CONFIGURE_ARGS for powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 10, 2023
1 parent 6106dcd commit 34d70f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/gcc8/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 34d70f6

Please sign in to comment.