From 6f8db4e64b346c53d6e5d5a807f838c953b2c3e9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 24 Feb 1994 08:54:21 -0500 Subject: [PATCH] (LIB_SPEC, LINK_SPEC): Add missing blanks. From-SVN: r6618 --- gcc/config/lynx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index ef4ac7d..fde0e72 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -17,10 +17,10 @@ #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}" -- 2.7.4