2004-08-31 Robert Bowdidge <bowdidge@apple.com>
* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
This commit is contained in:
parent
be75bbe169
commit
4a233bd8fc
2 changed files with 10 additions and 0 deletions
|
@ -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
6
config/mh-ppc-darwin
Normal 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
|
||||
|
Loading…
Reference in a new issue