diff options
author | Per Bothner <per@bothner.com> | 1992-05-27 20:21:42 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-27 20:21:42 +0000 |
commit | 52d6340e5503e636d1617b509b3dbbcb76ea7d4a (patch) | |
tree | d7a542695a4aef546c1ad0d3736bac4ab19171d5 /ld/config/rtbsd.mh | |
parent | 7aacc9cc0295741a47cee8367d0f466f4ec305b1 (diff) | |
download | gdb-52d6340e5503e636d1617b509b3dbbcb76ea7d4a.zip gdb-52d6340e5503e636d1617b509b3dbbcb76ea7d4a.tar.gz gdb-52d6340e5503e636d1617b509b3dbbcb76ea7d4a.tar.bz2 |
* config/*.mh: Miscellaneous clean-up: Removed definitions
of YACC (since it is not longer used in the Makefile).
Remove HOSTING_* definitions that are subsumed by the
ones added to Makefile.in. Removed most definitions of CC.
* config/{sparc,news,hp300bsd,decstation}.mh: Removed;
These are no longer needed.
Diffstat (limited to 'ld/config/rtbsd.mh')
-rw-r--r-- | ld/config/rtbsd.mh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/config/rtbsd.mh b/ld/config/rtbsd.mh index 0493aff..650593b 100644 --- a/ld/config/rtbsd.mh +++ b/ld/config/rtbsd.mh @@ -1,7 +1,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. -YACC = yacc -d HDEFINES = -DNO_VARARGS LDFLAGS = CC=gcc # hc/pcc just can't cut it |