]> gcc.gnu.org Git - gcc.git/commitdiff
(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 25 Apr 1994 18:23:10 +0000 (14:23 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 25 Apr 1994 18:23:10 +0000 (14:23 -0400)
From-SVN: r7154

gcc/gcc.c

index 9388a3b047e4907c0c9502daba534e599a971186..8e11ad3ba320845abc949b3e6286575943764bd4 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -661,7 +661,7 @@ static int n_default_compilers
 static char *link_command_spec = "\
 %{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
-                       %{r} %{s} %{t} %{u*} %{x} %{z}\
+                       %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\
                        %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
                        %{L*} %D %{T*} %o %{!nostdlib:libgcc.a%s %L libgcc.a%s %{!A:%E}}\n }}}}}}";
 #else
@@ -670,7 +670,7 @@ static char *link_command_spec = "\
 static char *link_command_spec = "\
 %{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
-                       %{r} %{s} %{t} %{u*} %{x} %{z}\
+                       %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\
                        %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
                        %{L*} %{T*} %o %{!nostdlib:libgcc.a%s %L libgcc.a%s %{!A:%E}}\n }}}}}}";
 #else
@@ -678,7 +678,7 @@ static char *link_command_spec = "\
 static char *link_command_spec = "\
 %{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
-                       %{r} %{s} %{t} %{u*} %{x} %{z}\
+                       %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\
                        %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
                        %{L*} %D %{T*} %o %{!nostdlib:-lgcc %L -lgcc %{!A:%E}}\n }}}}}}";
 #endif
This page took 0.072986 seconds and 5 git commands to generate.