diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-27 05:23:20 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-27 05:23:20 +0000 |
commit | 7558fb2af5b5683ca52e671031f8069594a7bd4e (patch) | |
tree | 16f49743a10000a1f3b3c250bb171dd93b5d265a | |
parent | 58b500dc6c55c642234256e6c71bf16df09cfa1f (diff) | |
download | gcc-7558fb2af5b5683ca52e671031f8069594a7bd4e.zip gcc-7558fb2af5b5683ca52e671031f8069594a7bd4e.tar.gz gcc-7558fb2af5b5683ca52e671031f8069594a7bd4e.tar.bz2 |
*** empty log message ***
From-SVN: r1304
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +545,7 @@ static char *link_command_spec = "\ %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \ %{r} %{s} %{T*} %{t} %{u*} %{x} %{z}\ %{!A:%{!nostdlib:%S}} \ - %{L*} %D %o %{!nostdlib:libgcc.a%s %L libgcc.a%s %{!A:%E}}\n }}}}}"; + %{L*} %o %{!nostdlib:libgcc.a%s %L libgcc.a%s %{!A:%E}}\n }}}}}"; #else /* Use -L and have the linker do the search for -lgcc. */ static char *link_command_spec = "\ |