HOSTING_LIBS now reflects where libgnu lives

This commit is contained in:
Steve Chamberlain 1991-12-01 07:54:41 +00:00
parent 0d4b8e3fd2
commit 849c339e86
1 changed files with 1 additions and 1 deletions

View File

@ -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