diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-03-30 23:46:32 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-03-30 23:46:32 +0000 |
commit | 24cec83cc95cf248fc10804129e649ffaeccf788 (patch) | |
tree | 791b4edaba3b046f6cd8dc1ce2f95ddc013ed1c9 /gcc/config/darwin.h | |
parent | 240c7c0274918523dd1187df61d968bc87dd3772 (diff) | |
download | gcc-24cec83cc95cf248fc10804129e649ffaeccf788.tar.gz |
darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with !Zdynamiclib.
* config/darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with
!Zdynamiclib.
From-SVN: r112549
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 eef5e451311..21ed7da0b9e 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -205,7 +205,7 @@ Boston, MA 02110-1301, USA. */ %l %X %{d} %{s} %{t} %{Z} \ %{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \ %{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \ - %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \ + %{!A:%{!nostdlib:%{!nostartfiles:%S}}} \ %{L*} %{fopenmp:%:include(libgomp.spec)%(link_gomp)} \ %(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \ %{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \ |