From 23bd1514c1a09dfb60b93640f2e70d311745b430 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 6 Apr 2004 11:44:14 -0700 Subject: [PATCH] re PR target/14467 (Compiling on Mac OS X 10.1.5 broken) PR 14467 * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3. From-SVN: r80461 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 567864e851c..c83da8aeac3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Devang Patel + + PR 14467 + * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3. + 2004-04-06 John David Anglin * doc/install.texi: Update HP-UX 11 installation procedure. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 2e7ee243963..b4d8b555e68 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -204,7 +204,7 @@ Boston, MA 02111-1307, USA. */ %{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++filt3 }} }}}}}}}}" + %{!--help:%{!no-c++filt|c++filt:| c++filt }} }}}}}}}}" /* Please keep the random linker options in alphabetical order (modulo 'Z' and 'no' prefixes). Options that can only go to one of libtool -- 2.30.2