summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-09-10 17:49:29 +0000
committerDJ Delorie <dj@redhat.com>2004-09-10 17:49:29 +0000
commite5d22776dd894d54031eb6f18d1a2336b3c8cc73 (patch)
treea8733fa00b9f12ac153da9de154936f6dcbec08b /config
parentd495ee9ff03da700d30b22bf06dd8b684c7125ab (diff)
downloadcygnal-e5d22776dd894d54031eb6f18d1a2336b3c8cc73.tar.gz
cygnal-e5d22776dd894d54031eb6f18d1a2336b3c8cc73.tar.bz2
cygnal-e5d22776dd894d54031eb6f18d1a2336b3c8cc73.zip
2004-08-31 Robert Bowdidge <bowdidge@apple.com>
* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-ppc-darwin6
2 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 0c045c267..e935a928b 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-31 Robert Bowdidge <bowdidge@apple.com>
+
+ * mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
+
2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org>
* Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin
new file mode 100644
index 000000000..44fd620b6
--- /dev/null
+++ b/config/mh-ppc-darwin
@@ -0,0 +1,6 @@
+# The -mdynamic-no-pic ensures that the compiler executable is built without
+# position-independent-code -- the usual default on Darwin. This fix speeds
+# compiles by 3-5%.
+
+BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
+