mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
HOSTING_LIBS now reflects where libgnu lives
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user