1991-07-19 15:26:24 +00:00
|
|
|
# The IBM RT/PC has only been supported as a host in a cross-development
|
|
|
|
# environment. If you don't have gcc, I was able to get 'hc -Hnocpp -ma'
|
|
|
|
# to compile most of the modules, but didn't try running anything.
|
1991-07-15 23:43:15 +00:00
|
|
|
YACC = yacc -d
|
|
|
|
HDEFINES = -DHOST_SYS=RTBSD_SYS -DNO_VARARGS
|
|
|
|
LDFLAGS =
|
1991-07-19 15:26:24 +00:00
|
|
|
CC=gcc # hc/pcc just can't cut it
|