X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=config%2Fmh-darwin;h=6a2f15f8efae132866eef94f22b18220738dc956;hp=66f68b664a9572306dc8cb7a3d56781160d01c91;hb=1b14a23f0a6ff9e9d060dd53c0577e233e426363;hpb=918d7d480abab4845a06c683929522f7d69f0fdb diff --git a/config/mh-darwin b/config/mh-darwin index 66f68b664a9..6a2f15f8efa 100644 --- a/config/mh-darwin +++ b/config/mh-darwin @@ -1,5 +1,7 @@ # 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 += -mdynamic-no-pic + +# Ensure we don't try and use -pie, as it is incompatible with pch. +BOOT_LDFLAGS=`case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`