(LIB_SPEC, LINK_SPEC): Add missing blanks.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 24 Feb 1994 13:54:21 +0000 (08:54 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 24 Feb 1994 13:54:21 +0000 (08:54 -0500)
From-SVN: r6618

gcc/config/lynx.h

index ef4ac7dd81cf633c3878fd1a412f9b75f06d1e8c..fde0e729be0fa805a6cea05beac01a0e70402c08 100644 (file)
 #define LINK_SPEC "-P1000 %{msystem-v:-V} %{mcoff:-k}"
 
 #undef LIB_SPEC
-#define LIB_SPEC "%{mthreads:-L/lib/thread/}%{msystem-v:-lc_v}%{!msystem-v:%{mposix:-lc_p} -lc}"
+#define LIB_SPEC "%{mthreads:-L/lib/thread/} %{msystem-v:-lc_v} %{!msystem-v:%{mposix:-lc_p} -lc}"
 
 #undef STARTFILE_SPEC
-#define STARTFILE_SPEC "%{p:%{mcoff:pinit1.o%s}%{!mcoff:pinit.o%s}}%{!p:%{msystem-v:%{mcoff:vinit1.o%s}%{!mcoff:vinit.o%s}}%{!msystem-v:%{mcoff:init1.o%s}%{!mcoff:init.o%s}}}"
+#define STARTFILE_SPEC "%{p:%{mcoff:pinit1.o%s} %{!mcoff:pinit.o%s}} %{!p:%{msystem-v:%{mcoff:vinit1.o%s} %{!mcoff:vinit.o%s}} %{!msystem-v:%{mcoff:init1.o%s}%{!mcoff:init.o%s}}}"
 
 #undef ENDFILE_SPEC
 #define ENDFILE_SPEC "%{mcoff:initn.o%s} %{p:_etext.o%s}"