Initial revision
This commit is contained in:
parent
32ce076dc6
commit
90c2206d37
4 changed files with 90 additions and 0 deletions
27
gdb/config/i386sco.mh
Normal file
27
gdb/config/i386sco.mh
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Intel 386 running SCO Unix (pre-SVR4)
|
||||
# Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
# GDB is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 1, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# GDB is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GDB; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XM_FILE= xm-i386sco.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
REGEX=regex.o
|
||||
REGEX1=regex.o
|
||||
# for gmalloc.c
|
||||
XM_CFLAGS= -Dgetpagesize()=4096
|
21
gdb/config/i386sco.mt
Normal file
21
gdb/config/i386sco.mt
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Intel 386 running SCO Unix (pre-SVR4)
|
||||
# Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
# GDB is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 1, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# GDB is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GDB; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
|
||||
TM_FILE= tm-i386v.h
|
21
gdb/config/tahoe.mh
Normal file
21
gdb/config/tahoe.mh
Normal file
|
@ -0,0 +1,21 @@
|
|||
# CCI or Harris Tahoe running BSD Unix
|
||||
# Copyright (C) 1989-1991 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
# GDB is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 1, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# GDB is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GDB; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
XDEPFILES= infptrace.o coredep.o
|
||||
XM_FILE= xm-tahoe.h
|
21
gdb/config/tahoe.mt
Normal file
21
gdb/config/tahoe.mt
Normal file
|
@ -0,0 +1,21 @@
|
|||
# CCI or Harris Tahoe running BSD Unix
|
||||
# Copyright (C) 1989-1991 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
# GDB is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 1, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# GDB is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GDB; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
TDEPFILES= tahoe-pinsn.o exec.o
|
||||
TM_FILE= tm-tahoe.h
|
Loading…
Reference in a new issue