diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-16 19:22:01 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-16 19:22:01 +0000 |
commit | a75aa9e8aa808d7a3748816c14c7d55c5181f074 (patch) | |
tree | 748df2112db1ebc5179255c23bb2225101aafa04 | |
parent | 0359770c4a9b5f9280ecf7dde8c97fd31c6ae1de (diff) | |
download | gcc-a75aa9e8aa808d7a3748816c14c7d55c5181f074.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175108 138bc75d-0d04-0410-961f-82ee72b054a4
-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 6a2f15f8efa..19bf26568b5 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;` |