diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-07-11 00:23:39 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-07-11 00:23:39 +0000 |
commit | ef262483b88692efa90b6ef51cdada2d1b30e78c (patch) | |
tree | 16a0734deb67863f278e9543a836626c88361ff0 /gcc | |
parent | b2877863e134fdce48928b5d2801e6cb8edfd02f (diff) | |
download | gcc-ef262483b88692efa90b6ef51cdada2d1b30e78c.zip gcc-ef262483b88692efa90b6ef51cdada2d1b30e78c.tar.gz gcc-ef262483b88692efa90b6ef51cdada2d1b30e78c.tar.bz2 |
* config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.
From-SVN: r84485
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96cd4f9..851644f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-10 Geoffrey Keating <geoffk@apple.com> + + * config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt. + 2004-07-10 Steve Kargl <sgk@troutmask.apl.washington.edu> James Morrison <phython@gcc.gnu.org> diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 7f6e8dc..1414a61 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -200,8 +200,7 @@ Boston, MA 02111-1307, USA. */ %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \ %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate:-lgcov} \ %{!nostdlib:%{!nodefaultlibs:%G %L}} \ - %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \ - %{!--help:%{!no-c++filt|c++filt:| c++filt }} }}}}}}}}" + %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}}" /* Please keep the random linker options in alphabetical order (modulo 'Z' and 'no' prefixes). Options that can only go to one of libtool |