... to match the just submitted newlib port.  Applied on the mainline.

2015-01-20  Eric Botcazou  <ebotca...@adacore.com>

        * config/visium/visium.h (LIB_SPEC): Adjust in default case.


-- 
Eric Botcazou
Index: config/visium/visium.h
===================================================================
--- config/visium/visium.h	(revision 219797)
+++ config/visium/visium.h	(working copy)
@@ -29,10 +29,8 @@
 #define CPP_SPEC "%{mcpu=gr6:-D__gr6__; :-D__gr5__}"
 
 /* Targets of a link */
-#define LIB_SPEC "\
-%{msim   : --start-group -lc -lsim --end-group   ; \
-  mdebug : --start-group -lc -ldebug --end-group ; \
-         : -lc -lnosys }"
+#define LIB_SPEC \
+  "--start-group -lc %{msim:-lsim; mdebug:-ldebug; :-lserial} --end-group"
 
 #define ENDFILE_SPEC "crtend.o%s crtn.o%s"
 #define STARTFILE_SPEC "crti.o%s crtbegin.o%s crt0.o%s"

Reply via email to