diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-02 09:51:39 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-02 09:51:39 +0000 |
commit | b8aa9be0a5c8f7648a76c410bcfd7db5c40bcfa3 (patch) | |
tree | 82b261d923f94400e3bd35d6cfb9965f5fa9b076 /gcc | |
parent | 14b18068c5335ffcc04a2dedab351ff7b20d7594 (diff) | |
download | gcc-b8aa9be0a5c8f7648a76c410bcfd7db5c40bcfa3.zip gcc-b8aa9be0a5c8f7648a76c410bcfd7db5c40bcfa3.tar.gz gcc-b8aa9be0a5c8f7648a76c410bcfd7db5c40bcfa3.tar.bz2 |
(STARTFILE_SPEC): Removed -L"TOOLDIR"/lib.
From-SVN: r3056
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 70eca79..be94c2e 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -71,7 +71,7 @@ */ #define STARTFILE_SPEC \ - "%{g*:crt0.o%s -static} %{!g*:%{pg:gcrt0.o%s -static} %{!pg:%{p:gcrt0.o%s -static} %{!p:crt0.o%s %{!static:%{nojump:-nojump}} %{static:-static}}}} -L"TOOLDIR"/lib" + "%{g*:crt0.o%s -static} %{!g*:%{pg:gcrt0.o%s -static} %{!pg:%{p:gcrt0.o%s -static} %{!p:crt0.o%s %{!static:%{nojump:-nojump}} %{static:-static}}}}" /* *The cross-compile uses this. |