15c5ec2e27
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo').
7 lines
186 B
Text
Executable file
7 lines
186 B
Text
Executable file
YACC=yacc -tvd
|
|
#CC=gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgcc.a -lc
|
|
HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION
|
|
|