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/sun3.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/sun3.mh')
-rw-r--r-- | ld/config/sun3.mh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/config/sun3.mh b/ld/config/sun3.mh index ef3d974..e6263df 100644 --- a/ld/config/sun3.mh +++ b/ld/config/sun3.mh @@ -1,8 +1,3 @@ -#CC=gcc -ansi -Wall -CC=cc -YACC=yacc -d - - HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o HOSTING_LIBS=-lc HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION |