mirror of git://gcc.gnu.org/git/gcc.git
parent
9b4ffb145f
commit
215b3b7637
|
@ -4,4 +4,4 @@
|
||||||
BOOT_CFLAGS += -mdynamic-no-pic
|
BOOT_CFLAGS += -mdynamic-no-pic
|
||||||
|
|
||||||
# Ensure we don't try and use -pie, as it is incompatible with pch.
|
# 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;`
|
BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
|
||||||
|
|
Loading…
Reference in New Issue