]> sourceware.org Git - newlib-cygwin.git/commitdiff
2004-08-31 Robert Bowdidge <bowdidge@apple.com>
authorDJ Delorie <dj@redhat.com>
Fri, 10 Sep 2004 17:49:29 +0000 (17:49 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 10 Sep 2004 17:49:29 +0000 (17:49 +0000)
* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.

config/ChangeLog
config/mh-ppc-darwin [new file with mode: 0644]

index 0c045c267db133610d9e37e778d961919257d2cd..e935a928b5e75b678e55dac82161179f1cb79ca7 100644 (file)
@@ -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 (file)
index 0000000..44fd620
--- /dev/null
@@ -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
+
This page took 0.030068 seconds and 5 git commands to generate.