2004-08-31 Robert Bowdidge <bowdidge@apple.com>

* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
This commit is contained in:
DJ Delorie 2004-09-10 17:49:29 +00:00
parent d495ee9ff0
commit e5d22776dd
2 changed files with 10 additions and 0 deletions

View 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,

6
config/mh-ppc-darwin Normal file
View File

@ -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