1991-09-03 21:01:03 +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-10-11 11:35:07 +00:00
|
|
|
HDEFINES = -DNO_VARARGS
|
1991-09-03 21:01:03 +00:00
|
|
|
LDFLAGS =
|
|
|
|
CC=gcc # hc/pcc just can't cut it
|