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/sparc-ll.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/sparc-ll.mh')
-rw-r--r-- | ld/config/sparc-ll.mh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/config/sparc-ll.mh b/ld/config/sparc-ll.mh index d8ff9f4..12cad67 100644 --- a/ld/config/sparc-ll.mh +++ b/ld/config/sparc-ll.mh @@ -1,8 +1 @@ HDEFINES=-DHOST_64_BIT="long long" -YACC=yacc -tvd -CC=/usr/latest/bin/gcc -Wall -ansi -#stuff for self hosting -HOSTING_CRT0=/lib/crt0.o -HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.93/gnulib -lc -HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION - |