mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
8 lines
243 B
Plaintext
Executable File
8 lines
243 B
Plaintext
Executable File
YACC=yacc -tvd
|
|
#CC=gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo $(libdir)/libgcc.a; fi` -lc
|
|
HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION
|
|
|