diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-16 14:02:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-16 14:02:24 +0000 |
commit | 5acd7b6032e5010cc1fdcd2d43b5cdfda37a8f77 (patch) | |
tree | d4ce5fdda8517d017676d6a6754e0b65fd7da83e /lang/gcc9 | |
parent | 869331ff1eb9f350de37aa1c4eeb0f668f0687ba (diff) | |
download | ports-5acd7b6032e5010cc1fdcd2d43b5cdfda37a8f77.tar.gz ports-5acd7b6032e5010cc1fdcd2d43b5cdfda37a8f77.zip |
Notes
Diffstat (limited to 'lang/gcc9')
-rw-r--r-- | lang/gcc9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 1951896f273e..47e1b5fce3b9 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -64,8 +64,8 @@ CONFIGURE_ENV+= UNAME_m="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 +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 |