diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 23:08:32 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 23:08:32 +0000 |
commit | e3e9468ba1c8d610067676f518ea087ffd6b3a88 (patch) | |
tree | 840cbf6dbb62eb90c5c7786a96c9d95ce5283c31 /gcc/config/darwin.h | |
parent | 96b2723eb9df43579756ffbc2420a2679d3fbd45 (diff) | |
download | gcc-e3e9468ba1c8d610067676f518ea087ffd6b3a88.tar.gz |
* config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
change to LINK_COMMAND_SPEC in gcc.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index bebd741fce7..c043c0c78ac 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -190,7 +190,8 @@ Boston, MA 02111-1307, USA. */ %{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \ %{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \ %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \ - %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}} \ + %{L*} %(link_libgcc) %o %{fprofile-arcs:-lgcov} \ + %{!nostdlib:%{!nodefaultlibs:%G %L}} \ %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \ %{!--help:%{!no-c++filt|c++filt:| c++filt3 }} }}}}}}}}" |