]> git.ipfire.org Git - thirdparty/gcc.git/blame - config/mh-darwin
Fix ISL check with static libisl
[thirdparty/gcc.git] / config / mh-darwin
CommitLineData
be8fff81
RB
1# The -mdynamic-no-pic ensures that the compiler executable is built without
2# position-independent-code -- the usual default on Darwin. This fix speeds
3# compiles by 3-5%.
a99c0539 4BOOT_CFLAGS += -mdynamic-no-pic
c5b7af24
MS
5
6# Ensure we don't try and use -pie, as it is incompatible with pch.
215b3b76 7BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`