From: Steve Chamberlain Date: Sun, 1 Dec 1991 07:54:41 +0000 (+0000) Subject: HOSTING_LIBS now reflects where libgnu lives X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=849c339e86a2d2ed65a660f3a7588d3013648b54;p=binutils-gdb.git HOSTING_LIBS now reflects where libgnu lives --- diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh index 80ae64a9b9d..7e4094da638 100755 --- a/ld/config/sparc.mh +++ b/ld/config/sparc.mh @@ -2,6 +2,6 @@ YACC=yacc -tvd #CC=gcc -Wall -ansi #stuff for self hosting HOSTING_CRT0=/lib/crt0.o -HOSTING_LIBS=/usr/latest/lib/gcc/sun4/1.95.02/libgnu.a -lc +HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgnu.a -lc HOSTING_EMU=LDEMULATION=gld; export LDEMULATION