summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-21 20:54:46 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-21 20:54:46 +0000
commit0145b1e2955e11cce3d6a29411b76f8d845a673d (patch)
tree864cef0c5a64683c020a3897fe3a54089cc221fe /gcc/config/darwin.h
parentdcde1c6c2d45507105f2de1a98687b3b3a43ac19 (diff)
downloadgcc-0145b1e2955e11cce3d6a29411b76f8d845a673d.tar.gz
* config/darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil
handling as well. * config/darwin9.h (LINK_COMMAND_SPEC): Likewise. Radar 5214697 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124909 138bc75d-0d04-0410-961f-82ee72b054a4
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 773787e3d29..497d761f2eb 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