* config/*.mh: Miscellaneous clean-up: Removed definitions
authorPer Bothner <per@bothner.com>
Wed, 27 May 1992 20:21:42 +0000 (20:21 +0000)
committerPer Bothner <per@bothner.com>
Wed, 27 May 1992 20:21:42 +0000 (20:21 +0000)
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.

ld/config/.Sanitize
ld/config/delta88.mh
ld/config/dgux.mh
ld/config/rtbsd.mh
ld/config/sparc-ll.mh
ld/config/sun3.mh

index adbf63949cbfb09201728cee65f7f4afaed8063e..594676644c1f98e6082fc0899048c661b7e12aa4 100644 (file)
@@ -30,12 +30,9 @@ fi
 # with rm -rf.
 
 Things-to-keep:
-decstation.mh
 delta88.mh
 dgux.mh
-news.mh
 rtbsd.mh
-sparc.mh
 sparc-ll.mh
 sun3.mh
 coff-a29k.mt
index 41e96f6bc4ec6dfae082d3fc18a2574069f591f7..d0db23d6b477ba7989ed7dbe475d9f9bf2169450 100644 (file)
@@ -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
 
 
index dfff954214eb69461786607fadad152770a655dc..b38ba989c6879d1e7fae4962f779871289e2e814 100644 (file)
@@ -1,8 +1,5 @@
 HDEFINES = -D__using_DGUX
 
-CC = gcc -Wall -ansi
-YACC=yacc -tvd
-
 HOSTING_CRT0=/lib/crt0.o -X
 HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a
 HOSTING_EMU=LDEMULATION=m88kbcs; export LDEMULATION
index 0493affa7891a4f282659dd043f1fdbd4ab48a17..650593b3fbcd9ca83d8cc8c896d02e513c8be4a8 100644 (file)
@@ -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
index d8ff9f4f9bce2428ac258fefec64e2c1aea0b4c3..12cad67b4116bab0e9dc78d7cf6dee1ead6c965e 100644 (file)
@@ -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
-
index ef3d974c7ba2811059731d4867f6d795d24846ff..e6263df7d25e88d70ba7a6d6bbbd64cf1835d489 100644 (file)
@@ -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