aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-05-21 20:54:46 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-05-21 20:54:46 +0000
commitccd3cc0992d44f973e5447a4b99d0df1f2a3d89e (patch)
tree864cef0c5a64683c020a3897fe3a54089cc221fe /gcc/config/darwin.h
parentf6d95b1e6dd2b0cd48e39457c004c91bcedb2dce (diff)
downloadgcc-ccd3cc0992d44f973e5447a4b99d0df1f2a3d89e.zip
gcc-ccd3cc0992d44f973e5447a4b99d0df1f2a3d89e.tar.gz
gcc-ccd3cc0992d44f973e5447a4b99d0df1f2a3d89e.tar.bz2
darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil handling as well.
* config/darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil handling as well. * config/darwin9.h (LINK_COMMAND_SPEC): Likewise. Radar 5214697 From-SVN: r124909
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 773787e..497d761 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -241,7 +241,7 @@ extern GTY(()) int darwin_ms_struct;
%{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}\n\
%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
- %{.c|.cc|.C|.cpp|.c++|.CPP|.m|.mm: \
+ %{.c|.cc|.C|.cpp|.c++|.cxx|.CPP|.m|.mm: \
%{gdwarf-2:%{!gstabs*:%{!g0: dsymutil %{o*:%*}%{!o:a.out}}}}}}}}}}}}"
#ifdef TARGET_SYSTEM_ROOT