Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2008-02-20 19:28:09 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2008-02-20 19:28:09 +0300
commit1f71763a62630d4e4baf86f7fa90f1c9a3242cc6 (patch)
tree7cfa0d3df77d30dc4b9a5a9f04a9c4a66bfb0357
parent44464b015610d5da982bc58e5ccc4cfda38a9274 (diff)
config:
2008-02-20 Uros Bizjak <ubizjak@gmail.com> * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
-rw-r--r--config/ChangeLog8
-rw-r--r--config/mh-ppc-darwin2
2 files changed, 7 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index d6cc1b507..4ef6a0362 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,7 +1,11 @@
+2008-02-20 Uros Bizjak <ubizjak@gmail.com>
+
+ * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
+
2008-02-20 Paolo Bonzini <bonzini@gnu.org>
- PR bootstrap/32009
- * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
+ PR bootstrap/32009
+ * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
2008-01-08 Jakub Jelinek <jakub@redhat.com>
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin
index ad43bca6c..66f68b664 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