diff options
author | John Gilmore <gnu@cygnus> | 1991-07-04 21:51:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-04 21:51:41 +0000 |
commit | 6617e3464b93181135f9dc11dd50ad7f81db93d6 (patch) | |
tree | 4c1a9941e2997ad86310fdaaa207364aee30606e /gdb/config/i386v-g.mh | |
parent | 6f7912b9fb8184acf3f90a09d77ccb3f81dcb088 (diff) | |
download | gdb-6617e3464b93181135f9dc11dd50ad7f81db93d6.zip gdb-6617e3464b93181135f9dc11dd50ad7f81db93d6.tar.gz gdb-6617e3464b93181135f9dc11dd50ad7f81db93d6.tar.bz2 |
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.
Diffstat (limited to 'gdb/config/i386v-g.mh')
-rw-r--r-- | gdb/config/i386v-g.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386v-g.mh b/gdb/config/i386v-g.mh index 5924d16..2b6b262 100644 --- a/gdb/config/i386v-g.mh +++ b/gdb/config/i386v-g.mh @@ -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 |