diff options
author | davek <davek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-12 17:35:18 +0000 |
---|---|---|
committer | davek <davek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-12 17:35:18 +0000 |
commit | 93230de2243b997c93e9fc8f06ca40ff488d00be (patch) | |
tree | 446e2b3a41801e5ebd89cbc1020657bf2633c55b /gcc/config/darwin9.h | |
parent | 521facf3f49824981729078b035689cf26300298 (diff) | |
download | gcc-93230de2243b997c93e9fc8f06ca40ff488d00be.tar.gz |
2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
Jack Howarth <howarth@bromo.med.uc.edu>
Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
PR target/42982
Partial revert of unintended change in fix for PR41605.
* gcc/config/darwin.h: Fix typo.
* gcc/config/darwin9.h: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156736 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin9.h')
-rw-r--r-- | gcc/config/darwin9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index ff34a5dddea..b8c8a21e371 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see %{A} %{e*} %{m} %{r} %{x} \ %{o*}%{!o:-o a.out} \ %{!A:%{!nostdlib:%{!nostartfiles:%S}}} \ - %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \ + %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate*|coverage:-lgcov} \ %{fopenmp|ftree-parallelize-loops=*: \ %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \ %{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \ |