View | Details | Raw Unified | Return to bug 245511 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 67-74 Link Here
67
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
67
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
68
CONFIGURE_ARGS+=	--with-abi=elfv2
68
CONFIGURE_ARGS+=	--with-abi=elfv2
69
. else
69
. else
70
CONFIGURE_ENV+=		CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0" 
70
MAKE_ARGS+=		CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0" 
71
MAKE_ENV+=		CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0"
72
EXTRA_PATCHES+=		${FILESDIR}/extra-patch-libgcc_config_rs6000_t-crtstuff
71
EXTRA_PATCHES+=		${FILESDIR}/extra-patch-libgcc_config_rs6000_t-crtstuff
73
. endif
72
. endif
74
.endif
73
.endif
(-)files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2020-04-08 13:04:40 UTC
2
+++ Makefile.in
3
@@ -372,7 +372,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
4
 
5
 # Flags to pass to stage2 and later makes.  They are defined
6
 # here so that they can be overridden by Makefile fragments.
7
-BOOT_CFLAGS= -g -O2
8
+BOOT_CFLAGS?= -g -O2
9
 BOOT_LDFLAGS=
10
 BOOT_ADAFLAGS= -gnatpg
11
 

Return to bug 245511