From 56fb2b3625d4e32d019024e9c5f8a5d07e185f38 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 15 Dec 2010 02:32:24 +0000 Subject: arc.h (LIB_SPEC): Define. * config/arc/arc.h (LIB_SPEC): Define. * config.gcc (arc-*-elf*): Don't use svr4.h. From-SVN: r167840 --- gcc/config/arc/arc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/arc') diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 8a08818..0f2b99c 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #undef ASM_SPEC #undef LINK_SPEC +#undef LIB_SPEC #undef STARTFILE_SPEC #undef ENDFILE_SPEC #undef SIZE_TYPE @@ -66,6 +67,8 @@ along with GCC; see the file COPYING3. If not see #define LINK_SPEC "%{v} %{EB} %{EL}" +#define LIB_SPEC "-lc" + #define STARTFILE_SPEC "%{!shared:crt0.o%s} crtinit.o%s" #define ENDFILE_SPEC "crtfini.o%s" -- cgit v1.1