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/delta88.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/delta88.mh')
-rw-r--r-- | ld/config/delta88.mh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/config/delta88.mh b/ld/config/delta88.mh index 41e96f6..d0db23d 100644 --- a/ld/config/delta88.mh +++ b/ld/config/delta88.mh @@ -1,12 +1,5 @@ HDEFINES = -CC = gcc -Wall -ansi -YACC=yacc -tvd - -HOSTING_CRT0=/lib/crt0.o -X -HOSTING_LIBS=-lgnu -lc -HOSTING_EMU=LDEMULATION=m88kbcs; export LDEMULATION - INSTALL=cp |