From: DJ Delorie Date: Fri, 10 Sep 2004 17:49:29 +0000 (+0000) Subject: 2004-08-31 Robert Bowdidge X-Git-Tag: csl-arm-2004-q3~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a233bd8fcf121846ec87cdfa8e337904452fd97;p=thirdparty%2Fbinutils-gdb.git 2004-08-31 Robert Bowdidge * mh-ppc-darwin: Add file, and override BOOT_CFLAGS. --- 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 + + * mh-ppc-darwin: Add file, and override BOOT_CFLAGS. + 2004-08-13 Nathanael Nerode * 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 +