X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fmh-darwin;h=19bf26568b5fba8d1b8e03a708ba830558b89a35;hb=acf89cab13c1826d83dce1c7ae8ea805bc034bda;hp=66f68b664a9572306dc8cb7a3d56781160d01c91;hpb=d5531c88ee963bee9fbd5e90daab6424840a9058;p=deliverable%2Fbinutils-gdb.git diff --git a/config/mh-darwin b/config/mh-darwin index 66f68b664a..19bf26568b 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;`