+2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
+
+ * config/visium/visium.h (LIB_SPEC): Adjust in default case.
+
2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* config/tilegx/mul-tables.c: Move symtab.h include after coretypes.h include.
#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"