mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
New port to Linux (a free Unix clone for 386 machines).
This commit is contained in:
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
|
Reference in New Issue
Block a user