projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4ffb1
)
Fix typo.
author
Mike Stump
<mrs@gcc.gnu.org>
Thu, 16 Jun 2011 19:22:01 +0000
(19:22 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Thu, 16 Jun 2011 19:22:01 +0000
(19:22 +0000)
From-SVN: r175108
config/mh-darwin
patch
|
blob
|
history
diff --git
a/config/mh-darwin
b/config/mh-darwin
index 6a2f15f8efae132866eef94f22b18220738dc956..19bf26568b5fba8d1b8e03a708ba830558b89a35 100644
(file)
--- 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;`