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

From-SVN: r219883
This commit is contained in:
Eric Botcazou 2015-01-20 09:32:07 +00:00 committed by Eric Botcazou
parent 5bd8d5c12c
commit a76ffff1bd
2 changed files with 6 additions and 4 deletions

View 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.

View File

@ -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"