diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-25 14:23:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-25 14:23:10 -0400 |
commit | 75b1162915fe8efd108cd585f66cc13081ef13a7 (patch) | |
tree | e85599dccf3ee7f326212f16c39f6986c98d487e | |
parent | 6c68c4abdd5bf08314198ccc461a628c9a719068 (diff) | |
download | gcc-75b1162915fe8efd108cd585f66cc13081ef13a7.zip gcc-75b1162915fe8efd108cd585f66cc13081ef13a7.tar.gz gcc-75b1162915fe8efd108cd585f66cc13081ef13a7.tar.bz2 |
(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.
From-SVN: r7154
-rw-r--r-- | gcc/gcc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |