summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-16 19:22:01 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-16 19:22:01 +0000
commita75aa9e8aa808d7a3748816c14c7d55c5181f074 (patch)
tree748df2112db1ebc5179255c23bb2225101aafa04
parent0359770c4a9b5f9280ecf7dde8c97fd31c6ae1de (diff)
downloadgcc-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-darwin2
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;`