blob: 650593b3fbcd9ca83d8cc8c896d02e513c8be4a8 (
plain)
1
2
3
4
5
6
|
# 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.
HDEFINES = -DNO_VARARGS
LDFLAGS =
CC=gcc # hc/pcc just can't cut it
|