diff options
author | John Gilmore <gnu@cygnus> | 1991-05-19 17:11:51 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-19 17:11:51 +0000 |
commit | 90c2206d37a2d0e307014801365f8146c868b09b (patch) | |
tree | b6afd09ddcb12b824f86b302e6f33341c44fecc5 /gdb/config/tahoe.mh | |
parent | 32ce076dc60fc0876e96b446279cbcdbd5610e56 (diff) | |
download | gdb-90c2206d37a2d0e307014801365f8146c868b09b.zip gdb-90c2206d37a2d0e307014801365f8146c868b09b.tar.gz gdb-90c2206d37a2d0e307014801365f8146c868b09b.tar.bz2 |
Initial revision
Diffstat (limited to 'gdb/config/tahoe.mh')
-rw-r--r-- | gdb/config/tahoe.mh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/config/tahoe.mh b/gdb/config/tahoe.mh new file mode 100644 index 0000000..d246197 --- /dev/null +++ b/gdb/config/tahoe.mh @@ -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 |