diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-06-16 19:22:01 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-06-16 19:22:01 +0000 |
commit | 215b3b76379be4219c551cd6fbf5c81d1df71957 (patch) | |
tree | 748df2112db1ebc5179255c23bb2225101aafa04 | |
parent | 9b4ffb145f6f31314b5138461f6cf557add7efab (diff) | |
download | gcc-215b3b76379be4219c551cd6fbf5c81d1df71957.zip gcc-215b3b76379be4219c551cd6fbf5c81d1df71957.tar.gz gcc-215b3b76379be4219c551cd6fbf5c81d1df71957.tar.bz2 |
Fix typo.
From-SVN: r175108
-rw-r--r-- | config/mh-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-darwin b/config/mh-darwin index 6a2f15f..19bf265 100644 --- a/config/mh-darwin +++ b/config/mh-darwin @@ -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;` |