Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS
[deliverable/binutils-gdb.git] / config / mh-darwin
CommitLineData
4a233bd8
DD
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%.
4443cd0f 4BOOT_CFLAGS += -mdynamic-no-pic
acf89cab
JM
5
6# Ensure we don't try and use -pie, as it is incompatible with pch.
7BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
This page took 0.297537 seconds and 4 git commands to generate.