diff options
Diffstat (limited to 'ld/config/rtbsd.mh')
-rw-r--r-- | ld/config/rtbsd.mh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/config/rtbsd.mh b/ld/config/rtbsd.mh new file mode 100644 index 0000000..7d2ff5a --- /dev/null +++ b/ld/config/rtbsd.mh @@ -0,0 +1,7 @@ +# 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. +YACC = yacc -d +HDEFINES = -DHOST_SYS=RTBSD_SYS -DNO_VARARGS +LDFLAGS = +CC=gcc # hc/pcc just can't cut it |