Fix typo.

From-SVN: r175108
This commit is contained in:
Mike Stump 2011-06-16 19:22:01 +00:00
parent 9b4ffb145f
commit 215b3b7637

View File

@ -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;`