aboutsummaryrefslogtreecommitdiff
path: root/ld/config
diff options
context:
space:
mode:
Diffstat (limited to 'ld/config')
-rwxr-xr-xld/config/OSE68.mt1
-rwxr-xr-xld/config/decstation.mh1
-rwxr-xr-xld/config/h-i386v3
-rwxr-xr-xld/config/h-m68kv3
-rwxr-xr-xld/config/hmake-dec31002
-rwxr-xr-xld/config/hmake-dgux9
-rwxr-xr-xld/config/hmake-rtbsd7
-rwxr-xr-xld/config/hmake-sun39
-rwxr-xr-xld/config/hmake-sun48
-rwxr-xr-xld/config/hmake-sun4-648
-rwxr-xr-xld/config/hp300bsd.mh8
-rw-r--r--ld/config/hp9000.mh4
-rwxr-xr-xld/config/news.mh8
-rwxr-xr-xld/config/sparc.mh7
-rwxr-xr-xld/config/tmake-coff-a29k1
-rwxr-xr-xld/config/tmake-m88k-bcs1
-rwxr-xr-xld/config/tmake-sun41
17 files changed, 0 insertions, 81 deletions
diff --git a/ld/config/OSE68.mt b/ld/config/OSE68.mt
deleted file mode 100755
index 6d50298..0000000
--- a/ld/config/OSE68.mt
+++ /dev/null
@@ -1 +0,0 @@
-EMUL=sun3
diff --git a/ld/config/decstation.mh b/ld/config/decstation.mh
deleted file mode 100755
index 8b2da6f..0000000
--- a/ld/config/decstation.mh
+++ /dev/null
@@ -1 +0,0 @@
-YACC=yacc -vd
diff --git a/ld/config/h-i386v b/ld/config/h-i386v
deleted file mode 100755
index 35d9e95..0000000
--- a/ld/config/h-i386v
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id$
-
-HDEFINES=-DHOST_SYS=i386_SYSV_SYS
diff --git a/ld/config/h-m68kv b/ld/config/h-m68kv
deleted file mode 100755
index b71c6d6..0000000
--- a/ld/config/h-m68kv
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id$
-
-HDEFINES=-DHOST_SYS=M68K_SYSV_SYS
diff --git a/ld/config/hmake-dec3100 b/ld/config/hmake-dec3100
deleted file mode 100755
index 4a17e63..0000000
--- a/ld/config/hmake-dec3100
+++ /dev/null
@@ -1,2 +0,0 @@
-HDEFINES=-DHOST_SYS=DEC3100_SYS
-YACC=yacc -vd
diff --git a/ld/config/hmake-dgux b/ld/config/hmake-dgux
deleted file mode 100755
index 9c4e9bc..0000000
--- a/ld/config/hmake-dgux
+++ /dev/null
@@ -1,9 +0,0 @@
-HDEFINES = -DHOST_SYS=DGUX_SYS -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=gldm88kbcs; export LDEMULATION
-
diff --git a/ld/config/hmake-rtbsd b/ld/config/hmake-rtbsd
deleted file mode 100755
index 7d2ff5a..0000000
--- a/ld/config/hmake-rtbsd
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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 = -DHOST_SYS=RTBSD_SYS -DNO_VARARGS
-LDFLAGS =
-CC=gcc # hc/pcc just can't cut it
diff --git a/ld/config/hmake-sun3 b/ld/config/hmake-sun3
deleted file mode 100755
index 5922ac1..0000000
--- a/ld/config/hmake-sun3
+++ /dev/null
@@ -1,9 +0,0 @@
-CDEFINES=-DHOST_SYS=SUN3_SYS
-#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=gld68k; export LDEMULATION
diff --git a/ld/config/hmake-sun4 b/ld/config/hmake-sun4
deleted file mode 100755
index b53bfde..0000000
--- a/ld/config/hmake-sun4
+++ /dev/null
@@ -1,8 +0,0 @@
-HDEFINES=-DHOST_SYS=SUN4_SYS
-YACC=yacc -tvd
-#CC=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=gld; export LDEMULATION
-
diff --git a/ld/config/hmake-sun4-64 b/ld/config/hmake-sun4-64
deleted file mode 100755
index 92f74ad..0000000
--- a/ld/config/hmake-sun4-64
+++ /dev/null
@@ -1,8 +0,0 @@
-HDEFINES=-DHOST_SYS=SUN4_SYS -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=gld; export LDEMULATION
-
diff --git a/ld/config/hp300bsd.mh b/ld/config/hp300bsd.mh
deleted file mode 100755
index 496728b..0000000
--- a/ld/config/hp300bsd.mh
+++ /dev/null
@@ -1,8 +0,0 @@
-#CC=gcc -ansi -Wall
-CC=cc
-YACC=yacc -d
-
-
-HOSTING_CRT0=/lib/crt0.o
-HOSTING_LIBS=-lc
-HOSTING_EMU=LDEMULATION=hp300bsd; export LDEMULATION
diff --git a/ld/config/hp9000.mh b/ld/config/hp9000.mh
deleted file mode 100644
index 529ea8e..0000000
--- a/ld/config/hp9000.mh
+++ /dev/null
@@ -1,4 +0,0 @@
-# If compiling with -O on the HP 9000/300 running HP/UX, you must
-# specify -Wp,-P to avoid a stupid compiler bug.
-# Ian Taylor, David Henkel-Wallace, Cygnus Support
-# CFLAGS = +O1000 -Wp,-P
diff --git a/ld/config/news.mh b/ld/config/news.mh
deleted file mode 100755
index 085fb13..0000000
--- a/ld/config/news.mh
+++ /dev/null
@@ -1,8 +0,0 @@
-#CC=gcc -ansi -Wall
-CC=cc
-YACC=yacc -d
-
-
-HOSTING_CRT0=/lib/crt0.o
-HOSTING_LIBS=-lc
-HOSTING_EMU=LDEMULATION=news; export LDEMULATION
diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh
deleted file mode 100755
index 3cf3518..0000000
--- a/ld/config/sparc.mh
+++ /dev/null
@@ -1,7 +0,0 @@
-YACC=yacc -tvd
-#CC=gcc -Wall -ansi
-#stuff for self hosting
-HOSTING_CRT0=/lib/crt0.o
-HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo $(libdir)/libgcc.a; fi` -lc
-HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION
-
diff --git a/ld/config/tmake-coff-a29k b/ld/config/tmake-coff-a29k
deleted file mode 100755
index 5c55415..0000000
--- a/ld/config/tmake-coff-a29k
+++ /dev/null
@@ -1 +0,0 @@
-TDEFINES = -DDEFAULT_EMULATION=GLD29K_EMULATION_NAME
diff --git a/ld/config/tmake-m88k-bcs b/ld/config/tmake-m88k-bcs
deleted file mode 100755
index 94e8c66..0000000
--- a/ld/config/tmake-m88k-bcs
+++ /dev/null
@@ -1 +0,0 @@
-TDEFINES = -DDEFAULT_EMULATION=GLDM88KBCS_EMULATION_NAME
diff --git a/ld/config/tmake-sun4 b/ld/config/tmake-sun4
deleted file mode 100755
index d68947e..0000000
--- a/ld/config/tmake-sun4
+++ /dev/null
@@ -1 +0,0 @@
-TDEFINES = -DDEFAULT_EMULATION=GLD_EMULATION_NAME