New port to Linux (a free Unix clone for 386 machines).
This commit is contained in:
parent
303376a32c
commit
defb51a722
2 changed files with 11 additions and 0 deletions
8
gdb/config/linux.mh
Normal file
8
gdb/config/linux.mh
Normal 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
3
gdb/config/linux.mt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue