]>
Commit | Line | Data |
---|---|---|
01bc4918 SC |
1 | # The IBM RT/PC has only been supported as a host in a cross-development |
2 | # environment. If you don't have gcc, I was able to get 'hc -Hnocpp -ma' | |
3 | # to compile most of the modules, but didn't try running anything. | |
683819e1 | 4 | HDEFINES = -DNO_VARARGS |
01bc4918 SC |
5 | LDFLAGS = |
6 | CC=gcc # hc/pcc just can't cut it |