aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/lynx.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-02-24 08:54:21 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-02-24 08:54:21 -0500
commit6f8db4e64b346c53d6e5d5a807f838c953b2c3e9 (patch)
tree65b8fabd1b74ed2bc1641c7fdae8dce02f3dc3fc /gcc/config/lynx.h
parent937018d67463971001cde389c10168f3eeda5171 (diff)
downloadgcc-6f8db4e64b346c53d6e5d5a807f838c953b2c3e9.zip
gcc-6f8db4e64b346c53d6e5d5a807f838c953b2c3e9.tar.gz
gcc-6f8db4e64b346c53d6e5d5a807f838c953b2c3e9.tar.bz2
(LIB_SPEC, LINK_SPEC): Add missing blanks.
From-SVN: r6618
Diffstat (limited to 'gcc/config/lynx.h')
-rw-r--r--gcc/config/lynx.h4
1 files 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}"