Fix typo.
From-SVN: r175108
This commit is contained in:
parent
9b4ffb145f
commit
215b3b7637
@ -4,4 +4,4 @@
|
||||
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;`
|
||||
BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
|
||||
|
Loading…
Reference in New Issue
Block a user