]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with !Zdynamiclib.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 30 Mar 2006 23:46:32 +0000 (23:46 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 30 Mar 2006 23:46:32 +0000 (23:46 +0000)
* config/darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with
!Zdynamiclib.

From-SVN: r112549

gcc/ChangeLog
gcc/config/darwin.h

index 0ec4cacc61882aa495ac76d831a9ce5135a75ad6..c38801f7046f3a1b3da4462ffa7729122b19bbca 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-30  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with
+       !Zdynamiclib.
+
 2006-03-30  Carlos O'Donell  <carlos@codesourcery.com>
 
        * Makefile.in: Rename docdir to gcc_docdir.
index eef5e451311110487d4baef8c26bb43a2eb720ec..21ed7da0b9ea03bcc1abb35436117167105dadb2 100644 (file)
@@ -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}} \