Commit ef262483 by Geoffrey Keating Committed by Geoffrey Keating

* config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.

From-SVN: r84485
parent b2877863
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> 2004-07-10 Steve Kargl <sgk@troutmask.apl.washington.edu>
James Morrison <phython@gcc.gnu.org> James Morrison <phython@gcc.gnu.org>
......
...@@ -200,8 +200,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -200,8 +200,7 @@ Boston, MA 02111-1307, USA. */
%{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \ %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate:-lgcov} \ %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate:-lgcov} \
%{!nostdlib:%{!nodefaultlibs:%G %L}} \ %{!nostdlib:%{!nodefaultlibs:%G %L}} \
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \ %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}}"
%{!--help:%{!no-c++filt|c++filt:| c++filt }} }}}}}}}}"
/* Please keep the random linker options in alphabetical order (modulo /* Please keep the random linker options in alphabetical order (modulo
'Z' and 'no' prefixes). Options that can only go to one of libtool 'Z' and 'no' prefixes). Options that can only go to one of libtool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment