mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
HOSTING_LIBS now reflects where libgnu lives
This commit is contained in:
parent
0d4b8e3fd2
commit
849c339e86
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user