From: Jim Wilson Date: Thu, 31 Dec 1992 22:39:17 +0000 (-0800) Subject: (LIB_SPEC): When -a, include bb_link.o. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d95c37333492e9674a72aceaa16a97fc1fa19d4b;p=gcc.git (LIB_SPEC): When -a, include bb_link.o. From-SVN: r3034 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index f0e3e29e51b..3632dcdb0a3 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -21,7 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Note that some other tm.h files include this one and then override many of the definitions that relate to assembler syntax. */ -#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg}" +#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg} \ + %{a:/usr/lib/bb_link.o}" /* Provide required defaults for linker -e and -d switches. */