(LIB_SPEC): When -a, include bb_link.o.

From-SVN: r3034
This commit is contained in:
Jim Wilson 1992-12-31 14:39:17 -08:00
parent 3279bba682
commit d95c373334
1 changed files with 2 additions and 1 deletions

View File

@ -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. */