From a99c05392be32119390de08703da62079ee5eac2 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 20 Feb 2008 16:31:19 +0100 Subject: [PATCH] * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. From-SVN: r132483 --- config/ChangeLog | 4 ++++ config/mh-ppc-darwin | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index 4cf0ccc0156..4ef6a036229 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 Uros Bizjak + + * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. + 2008-02-20 Paolo Bonzini PR bootstrap/32009 diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin index ad43bca6c0a..66f68b664a9 100644 --- a/config/mh-ppc-darwin +++ b/config/mh-ppc-darwin @@ -2,4 +2,4 @@ # position-independent-code -- the usual default on Darwin. This fix speeds # compiles by 3-5%. -BOOT_CFLAGS=-g -O2 -mdynamic-no-pic +BOOT_CFLAGS += -mdynamic-no-pic -- 2.30.2