Fix typo.
From-SVN: r175108
This commit is contained in:
parent
9b4ffb145f
commit
215b3b7637
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue