Move LINK_LIBGCC_SPECIAL to decrose.h
From-SVN: r2724
This commit is contained in:
parent
61fab23682
commit
e26154aa86
@ -442,12 +442,6 @@ while (0)
|
|||||||
%{bestGnum} %{shared} %{non_shared}}"
|
%{bestGnum} %{shared} %{non_shared}}"
|
||||||
#endif /* LINK_SPEC defined */
|
#endif /* LINK_SPEC defined */
|
||||||
|
|
||||||
/* Define this macro meaning that `gcc' should find the library
|
|
||||||
`libgcc.a' by hand, rather than passing the argument `-lgcc' to
|
|
||||||
tell the linker to do the search. */
|
|
||||||
|
|
||||||
#define LINK_LIBGCC_SPECIAL 1
|
|
||||||
|
|
||||||
/* Specs for the compiler proper */
|
/* Specs for the compiler proper */
|
||||||
|
|
||||||
#ifndef CC1_SPEC
|
#ifndef CC1_SPEC
|
||||||
|
@ -89,6 +89,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define LIB_SPEC "-lc"
|
#define LIB_SPEC "-lc"
|
||||||
|
|
||||||
|
/* Define this macro meaning that `gcc' should find the library
|
||||||
|
`libgcc.a' by hand, rather than passing the argument `-lgcc' to
|
||||||
|
tell the linker to do the search. */
|
||||||
|
|
||||||
|
#define LINK_LIBGCC_SPECIAL 1
|
||||||
|
|
||||||
#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
|
#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
|
||||||
|
|
||||||
#define MACHINE_TYPE "DECstation with OSF/rose objects"
|
#define MACHINE_TYPE "DECstation with OSF/rose objects"
|
||||||
|
Loading…
Reference in New Issue
Block a user