]> gcc.gnu.org Git - gcc.git/commitdiff
re PR target/14467 (Compiling on Mac OS X 10.1.5 broken)
authorDevang Patel <dpatel@apple.com>
Tue, 6 Apr 2004 18:44:14 +0000 (11:44 -0700)
committerDevang Patel <dpatel@gcc.gnu.org>
Tue, 6 Apr 2004 18:44:14 +0000 (11:44 -0700)
     PR 14467
     * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3.

From-SVN: r80461

gcc/ChangeLog
gcc/config/darwin.h

index 567864e851c5c9d12d847329d6b9f51a117e6cd1..c83da8aeac3fd1a25ea96cf6bd504fb65b7e9f5a 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-06  Devang Patel  <dpatel@apple.com>
+
+       PR 14467
+       * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3.
+       
 2004-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * doc/install.texi: Update HP-UX 11 installation procedure.
index 2e7ee24396309b4e76a597a26e12f80299a15a75..b4d8b555e688277827dd0c9d97d9f8330e80b6f0 100644 (file)
@@ -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
This page took 0.081567 seconds and 5 git commands to generate.