diff options
author | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:26:24 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:26:24 +0000 |
commit | 78f3d2c924319ebe5ef7509dc75841f8a8c0ff09 (patch) | |
tree | 23823059e3bdfa0ea5f45a0300d931bd77a6d423 /ld | |
parent | 821f042dfe3545df303c2cac2210584056066f9c (diff) | |
download | gdb-78f3d2c924319ebe5ef7509dc75841f8a8c0ff09.zip gdb-78f3d2c924319ebe5ef7509dc75841f8a8c0ff09.tar.gz gdb-78f3d2c924319ebe5ef7509dc75841f8a8c0ff09.tar.bz2 |
From David WOod
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/config/hmake-rtbsd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/config/hmake-rtbsd b/ld/config/hmake-rtbsd index 8c75d97..7d2ff5a 100755 --- a/ld/config/hmake-rtbsd +++ b/ld/config/hmake-rtbsd @@ -1,4 +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 +CC=gcc # hc/pcc just can't cut it |