From defb51a7222598ac26e96593ad69659226ad218e Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 23 Jun 1992 00:23:22 +0000 Subject: [PATCH] New port to Linux (a free Unix clone for 386 machines). --- gdb/config/linux.mh | 8 ++++++++ gdb/config/linux.mt | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 gdb/config/linux.mh create mode 100644 gdb/config/linux.mt diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh new file mode 100644 index 00000000000..774b2e76bd0 --- /dev/null +++ b/gdb/config/linux.mh @@ -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 diff --git a/gdb/config/linux.mt b/gdb/config/linux.mt new file mode 100644 index 00000000000..05571e04b52 --- /dev/null +++ b/gdb/config/linux.mt @@ -0,0 +1,3 @@ +# Target: Intel 386 with a.out +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o +TM_FILE= tm-linux.h -- 2.30.2