mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 02:24:17 +08:00
Fix SPEC macros
From-SVN: r12077
This commit is contained in:
parent
b421dce2b6
commit
9da71b168a
@ -880,8 +880,8 @@ do { \
|
||||
%{!mmvme: %{!msim: %{!mcall-linux: %{!mcall-solaris: %(link_start_default) }}}}"
|
||||
#endif
|
||||
|
||||
#ifndef LINK_START_DEFUALT_SPEC
|
||||
#define LINK_START_DEFUALT_SPEC ""
|
||||
#ifndef LINK_START_DEFAULT_SPEC
|
||||
#define LINK_START_DEFAULT_SPEC ""
|
||||
#endif
|
||||
|
||||
#undef LINK_SPEC
|
||||
@ -965,6 +965,10 @@ do { \
|
||||
#undef LIBGCC_SPEC
|
||||
#define LIBGCC_SPEC "libgcc.a%s"
|
||||
|
||||
#ifndef LIB_DEFAULT_SPEC
|
||||
#define LIB_DEFAULT_SPEC ""
|
||||
#endif
|
||||
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC "\
|
||||
%{mmvme: ecrtn.o%s} \
|
||||
|
Loading…
Reference in New Issue
Block a user