diff options
author | Devang Patel <dpatel@apple.com> | 2004-04-06 11:44:14 -0700 |
---|---|---|
committer | Devang Patel <dpatel@gcc.gnu.org> | 2004-04-06 11:44:14 -0700 |
commit | 23bd1514c1a09dfb60b93640f2e70d311745b430 (patch) | |
tree | 3479e7adb753630e5c4d4860d6c21d392d635151 /gcc/config/darwin.h | |
parent | 652466353b681ca7d7d6e04095a41c638ef794cf (diff) | |
download | gcc-23bd1514c1a09dfb60b93640f2e70d311745b430.zip gcc-23bd1514c1a09dfb60b93640f2e70d311745b430.tar.gz gcc-23bd1514c1a09dfb60b93640f2e70d311745b430.tar.bz2 |
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
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 2e7ee24..b4d8b55 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 |