From: Richard Kenner Date: Mon, 25 Apr 1994 18:23:10 +0000 (-0400) Subject: (link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75b1162915fe8efd108cd585f66cc13081ef13a7;p=gcc.git (link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD. From-SVN: r7154 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 9388a3b047e..8e11ad3ba32 100644 --- 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