aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-05-12 01:06:03 +0000
committerDoug Evans <dje@gnu.org>1995-05-12 01:06:03 +0000
commit7e2b9499e24d380925dbf1eac3ca2f7503b32ea1 (patch)
treebf8ec7f6f576aeaed7b8e820003f9f0a3fcbb94d
parentb594fdb7dc1fd7c2eb4f88570e3222ba73f68d21 (diff)
downloadgcc-7e2b9499e24d380925dbf1eac3ca2f7503b32ea1.zip
gcc-7e2b9499e24d380925dbf1eac3ca2f7503b32ea1.tar.gz
gcc-7e2b9499e24d380925dbf1eac3ca2f7503b32ea1.tar.bz2
(link_command_spec): Make -nostdlib no longer imply -nostartfiles.
From-SVN: r9630
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7fac9c8..02e8c09 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -822,7 +822,7 @@ 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} %{Z}\
- %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
+ %{!A:%{!nostartfiles:%S}} %{static:}\
%{L*} %{T*} %o %{!nostdlib:%G %L %G %{!A:%E}}\n }}}}}}";
#else
/* Use -L. */
@@ -830,7 +830,7 @@ 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} %{Z}\
- %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
+ %{!A:%{!nostartfiles:%S}} %{static:}\
%{L*} %D %{T*} %o %{!nostdlib:%G %L %G %{!A:%E}}\n }}}}}}";
#endif