* config/visium/visium.h (LIB_SPEC): Adjust in default case.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 20 Jan 2015 09:32:07 +0000 (09:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 20 Jan 2015 09:32:07 +0000 (09:32 +0000)
From-SVN: r219883

gcc/ChangeLog
gcc/config/visium/visium.h

index 4d1d145..4ca1b89 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d78e221..50202a3 100644 (file)
 #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"