aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/config/.Sanitize3
-rw-r--r--ld/config/delta88.mh7
-rw-r--r--ld/config/dgux.mh3
-rw-r--r--ld/config/rtbsd.mh1
-rw-r--r--ld/config/sparc-ll.mh7
-rw-r--r--ld/config/sun3.mh5
6 files changed, 0 insertions, 26 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize
index adbf639..5946766 100644
--- a/ld/config/.Sanitize
+++ b/ld/config/.Sanitize
@@ -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
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
diff --git a/ld/config/dgux.mh b/ld/config/dgux.mh
index dfff954..b38ba98 100644
--- a/ld/config/dgux.mh
+++ b/ld/config/dgux.mh
@@ -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
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
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
-
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