mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:01:19 +08:00
* config/visium/visium.h (LIB_SPEC): Adjust in default case.
From-SVN: r219883
This commit is contained in:
parent
5bd8d5c12c
commit
a76ffff1bd
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user