Skip to content

Commit

Permalink
lang/gcc9: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent 3250ebd commit 12f9a46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions lang/gcc9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,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
MAKE_ARGS+= CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libgcc_config_rs6000_t-crtstuff
. endif
.endif

LANGUAGES:= c,c++,objc,fortran
Expand Down
8 changes: 0 additions & 8 deletions lang/gcc9/files/extra-patch-libgcc_config_rs6000_t-crtstuff

This file was deleted.

0 comments on commit 12f9a46

Please sign in to comment.