summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2004-09-10 17:49:29 +0000
committerDJ Delorie <dj@delorie.com>2004-09-10 17:49:29 +0000
commitc4c14b4f8a5465abf0e1fcbc12d1908c01efda1b (patch)
treec79278f6b6268566971d9d0070826507ec1cd3b2
parent98e18ec33fab40ce696b31f9c5a0869b5dd3c606 (diff)
downloadgdb-c4c14b4f8a5465abf0e1fcbc12d1908c01efda1b.tar.gz
2004-08-31 Robert Bowdidge <bowdidge@apple.com>
* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
-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 0c045c267db..e935a928b5e 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 00000000000..44fd620b66e
--- /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
+