(STARTFILE_SPEC): Removed -L"TOOLDIR"/lib.

From-SVN: r3056
This commit is contained in:
Richard Stallman 1993-01-02 09:51:39 +00:00
parent 14b18068c5
commit b8aa9be0a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.