summaryrefslogtreecommitdiffstats
path: root/gcc/config/lynx.h
diff options
context:
space:
mode:
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 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