New port to Linux (a free Unix clone for 386 machines).

This commit is contained in:
Per Bothner 1992-06-23 00:23:22 +00:00
parent 303376a32c
commit defb51a722
2 changed files with 11 additions and 0 deletions

8
gdb/config/linux.mh Normal file
View File

@ -0,0 +1,8 @@
# Host: Intel 386 running System V
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-linux.h
XM_CLIBS=
TERMLIB=
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o

3
gdb/config/linux.mt Normal file
View File

@ -0,0 +1,3 @@
# Target: Intel 386 with a.out
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
TM_FILE= tm-linux.h