Add dec3100 as equivalent to littlemips.

Indicate in all host config files that they are for the host.  When the
lines get copied into the Makefile, this makes it more obvious what's up.
This commit is contained in:
John Gilmore
1991-07-04 21:51:41 +00:00
parent 6f7912b9fb
commit 6617e3464b
36 changed files with 36 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
# AT&T 3b1/Unix pc
# Host: AT&T 3b1/Unix pc
# I don't think cc has been tried. -traditional for <sys/ioctl.h>
# (not sure whether necessary).
CC= gcc -traditional

View File

@@ -1,4 +1,4 @@
# Altos 3068 (68k, System V release 2)
# Host: Altos 3068 (68k, System V release 2)
XDEPFILES= infptrace.o altos-xdep.o
XM_FILE= xm-altos.h
REGEX=regex.o

View File

@@ -1,4 +1,4 @@
# Altos 3068 (68k, System V release 2), using COFF encapsulation
# Host: Altos 3068 (68k, System V release 2), using COFF encapsulation
#msg Use of the coff encapsulation features require the GNU binutils utilities
#msg To be ahead of their System V counterparts in your path.

View File

@@ -1,3 +1,3 @@
# Acorn RISC machine running RISCiX (4.3bsd)
# Host: Acorn RISC machine running RISCiX (4.3bsd)
XDEPFILES= infptrace.o arm-xdep.o arm-convert.o
XM_FILE= xm-arm.h

View File

@@ -1,3 +1,3 @@
# Big-endian MIPS machine such as Sony News
# Host: Big-endian MIPS machine such as Sony News
XDEPFILES= infptrace.o mips-xdep.o coredep.o
XM_FILE= xm-bigmips.h

View File

@@ -1,3 +1,3 @@
# Convex Unix (4bsd)
# Host: Convex Unix (4bsd)
XDEPFILES= convex-xdep.o
XM_FILE= xm-convex.h

View File

@@ -1,3 +1,3 @@
# Hewlett-Packard 9000 series 300, running BSD
# Host: Hewlett-Packard 9000 series 300, running BSD
XDEPFILES= infptrace.o coredep.o
XM_FILE= xm-hp300bsd.h

View File

@@ -1,4 +1,4 @@
# Hewlett-Packard 9000 series 300, running HPUX
# Host: Hewlett-Packard 9000 series 300, running HPUX
# The following is true because gcc uses a different .o file format
# than the native HPUX compiler
#msg If you compile GDB with GCC on HPUX, you must make sure

View File

@@ -1,4 +1,4 @@
# Intel 386 running SCO Unix (pre-SVR4)
# Host: Intel 386 running SCO Unix (pre-SVR4)
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386sco.h
XM_CLIBS= -lPW

View File

@@ -1,4 +1,4 @@
# Intel 386 running System V, using COFF encapsulation
# Host: Intel 386 running System V, using COFF encapsulation
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v.h
XM_CLIBS= -lPW

View File

@@ -1,4 +1,4 @@
# Intel 386 running System V
# Host: Intel 386 running System V
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v.h
XM_CLIBS= -lPW

View File

@@ -1,4 +1,4 @@
# Intel 386 running System V release 3.2, using COFF encapsulation
# Host: Intel 386 running System V release 3.2, using COFF encapsulation
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v32.h
XM_CLIBS= -lPW

View File

@@ -1,4 +1,4 @@
# Intel 386 running System V release 3.2
# Host: Intel 386 running System V release 3.2
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v32.h
XM_CLIBS= -lPW

View File

@@ -1,3 +1,3 @@
# ISI Optimum V (3.05) under 4.3bsd.
# Host: ISI Optimum V (3.05) under 4.3bsd.
XDEPFILES= infptrace.o coredep.o
XM_FILE= xm-isi.h

View File

@@ -1,3 +1,3 @@
# Little-endian MIPS machine such as DECstation.
# Host: Little-endian MIPS machine such as DECstation.
XDEPFILES= infptrace.o mips-xdep.o coredep.o
XM_FILE= xm-mips.h

View File

@@ -1,3 +1,3 @@
# Motorola 88000 running DGUX
# Host: Motorola 88000 running DGUX
XDEPFILES= infptrace.o m88k-xdep.o
XM_FILE= xm-88k.h

View File

@@ -1,4 +1,4 @@
# Merlin running utek 2.1
# Host: Merlin running utek 2.1
XDEPFILES= infptrace.o coredep.o
XM_FILE= xm-merlin.h
# See SHELL_FILE in m-merlin.h for a explanation of this.

View File

@@ -1,4 +1,4 @@
# DEC VAX running BSD or Ultrix
# Host: DEC VAX running BSD or Ultrix
# The following types of /bin/cc failures have been observed:
# 1. Something in readline.c which I have never seen
# 2. ``"values.c", line 816: compiler error: schain botch''

View File

@@ -1,3 +1,3 @@
# Sony news series 700/800/900 (68020) running NewsOS version 3.
# Host: Sony news series 700/800/900 (68020) running NewsOS version 3.
XDEPFILES= infptrace.o coredep.o news-xdep.o
XM_FILE= xm-news.h

View File

@@ -1,3 +1,3 @@
# Sony news series 1000 (68030) running NewsOS version 3.
# Host: Sony news series 1000 (68030) running NewsOS version 3.
XDEPFILES= infptrace.o coredep.o news-xdep.o
XM_FILE= xm-news1000.h

View File

@@ -1,3 +1,3 @@
# Target config file for "no target". This can be used to build you
# Host: "no target". This can be used to build you
# a Makefile that only runs administrative commands like 'clean',
# 'gdb.tar.Z', etc.

View File

@@ -1,3 +1,3 @@
# Gould NP1
# Host: Gould NP1
XDEPFILES= infptrace.o gould-xdep.o
XM_FILE= xm-np1.h

View File

@@ -1,3 +1,3 @@
# Gould Powernode
# Host: Gould Powernode
XDEPFILES= infptrace.o coredep.o
XM_FILE= xm-pn.h

View File

@@ -1,4 +1,4 @@
# Pyramid under OSx 4.0 (4.2bsd).
# Host: Pyramid under OSx 4.0 (4.2bsd).
#msg If you don't compile GDB with GCC, you'll need to add
#msg ALLOCA=alloca.o and ALLOCA1=alloca.o to the Makefile.

View File

@@ -1,3 +1,3 @@
# Sun 2, running SunOS 3
# Host: Sun 2, running SunOS 3
XDEPFILES= infptrace.o sun3-xdep.o
XM_FILE= xm-sun2.h

View File

@@ -1,3 +1,3 @@
# Sun 2, running SunOS 4
# Host: Sun 2, running SunOS 4
XDEPFILES= infptrace.o sun3-xdep.o
XM_FILE= xm-sun2.h

View File

@@ -1,3 +1,3 @@
# Sun 3, running SunOS 4
# Host: Sun 3, running SunOS 4
XDEPFILES= infptrace.o sun3-xdep.o
XM_FILE= xm-sun3os4.h

View File

@@ -1,3 +1,3 @@
# Sun 386i
# Host: Sun 386i
XDEPFILES= infptrace.o sun386-xdep.o
XM_FILE= xm-sun386.h

View File

@@ -1,3 +1,3 @@
# Sun 3, running SunOS 3
# Host: Sun 3, running SunOS 3
XDEPFILES= infptrace.o sun3-xdep.o
XM_FILE= xm-sun3.h

View File

@@ -1,3 +1,3 @@
# Sun 3, running SunOS 4
# Host: Sun 3, running SunOS 4
XDEPFILES= infptrace.o sun3-xdep.o
XM_FILE= xm-sun3os4.h

View File

@@ -1,3 +1,3 @@
# Sun 4 or Sparcstation, running SunOS 4
# Host: Sun 4 or Sparcstation, running SunOS 4
XDEPFILES= infptrace.o sparc-xdep.o
XM_FILE= xm-sun4os4.h

View File

@@ -1,3 +1,3 @@
# Sun 4 or Sparcstation, running SunOS 3
# Host: Sun 4 or Sparcstation, running SunOS 3
XDEPFILES= infptrace.o sparc-xdep.o
XM_FILE= xm-sparc.h

View File

@@ -1,3 +1,3 @@
# Sun 4 or Sparcstation, running SunOS 4
# Host: Sun 4 or Sparcstation, running SunOS 4
XDEPFILES= infptrace.o sparc-xdep.o
XM_FILE= xm-sun4os4.h

View File

@@ -1,3 +1,3 @@
# Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387.
# Host: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387.
XDEPFILES= infptrace.o symm-xdep.o
XM_FILE= xm-symmetry.h

View File

@@ -1,3 +1,3 @@
# CCI or Harris Tahoe running BSD Unix
# Host: CCI or Harris Tahoe running BSD Unix
XDEPFILES= infptrace.o coredep.o
XM_FILE= xm-tahoe.h

View File

@@ -1,3 +1,3 @@
# Encore running umax 4.2
# Host: Encore running umax 4.2
XDEPFILES= infptrace.o umax-xdep.o
XM_FILE= xm-umax.h