Skip to content

Commit

Permalink
lang/gcc10: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent f293744 commit 2d58920
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lang/gcc10/Makefile
Expand Up @@ -62,11 +62,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}

.elif ${ARCH} == powerpc64
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
. else
USE_GCC= 9
. endif
.endif

LANGUAGES:= c,c++,objc,fortran
Expand Down

0 comments on commit 2d58920

Please sign in to comment.