summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-24 13:54:21 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-24 13:54:21 +0000
commit83ebdf385c00353bfabdf983fd9cccc9b9683a69 (patch)
tree65b8fabd1b74ed2bc1641c7fdae8dce02f3dc3fc
parentc7285a0188192c3de0d1c3f98e420552efea3cf3 (diff)
downloadppe42-gcc-83ebdf385c00353bfabdf983fd9cccc9b9683a69.tar.gz
ppe42-gcc-83ebdf385c00353bfabdf983fd9cccc9b9683a69.zip
(LIB_SPEC, LINK_SPEC): Add missing blanks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6618 138bc75d-0d04-0410-961f-82ee72b054a4
-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 ef4ac7dd81c..fde0e729be0 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}"
OpenPOWER on IntegriCloud