mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +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
|
#CC=gcc -Wall -ansi
|
||||||
#stuff for self hosting
|
#stuff for self hosting
|
||||||
HOSTING_CRT0=/lib/crt0.o
|
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
|
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user