683819e163
* config/: Rename some config files to match up h-*.h names. Remove all the HOST_SYS definitions from the config files.
7 lines
200 B
Text
Executable file
7 lines
200 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/sparc-sun-sunos4/1.95/gnulib -lc
|
|
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
|
|
|