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
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog9
-rw-r--r--config/mh-ppc-darwin3
2 files changed, 2 insertions, 10 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 4ef6a0362..8343f066a 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,12 +1,3 @@
-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.
-
2008-01-08 Jakub Jelinek <jakub@redhat.com>
* futex.m4: New file.
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin
index 66f68b664..8e64791f6 100644
--- a/config/mh-ppc-darwin
+++ b/config/mh-ppc-darwin
@@ -2,4 +2,5 @@
# position-independent-code -- the usual default on Darwin. This fix speeds
# compiles by 3-5%.
-BOOT_CFLAGS += -mdynamic-no-pic
+# Broken because of PR32009.
+# BOOT_CFLAGS=-g -O2 -mdynamic-no-pic