diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-03-23 22:14:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-03-23 22:14:11 +0000 |
commit | 8dc3e3d71fd2025b94219de92c8f7bc02e410afc (patch) | |
tree | e621d45d257efef386e54277886c66ff5e91c5bd /gdb/mpw-config.in | |
parent | 4ce336af5a27cc7ad34ae0299a3356cf7e0d73c8 (diff) | |
download | gdb-8dc3e3d71fd2025b94219de92c8f7bc02e410afc.zip gdb-8dc3e3d71fd2025b94219de92c8f7bc02e410afc.tar.gz gdb-8dc3e3d71fd2025b94219de92c8f7bc02e410afc.tar.bz2 |
Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW configuration fragment.
* mpw-make.in: New file, MPW makefile fragment.
* config/m68k/xm-mpw.h: New file, MPW host definitions.
* ser-mac.c: New file, Mac serial interface.
Diffstat (limited to 'gdb/mpw-config.in')
-rw-r--r-- | gdb/mpw-config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/mpw-config.in b/gdb/mpw-config.in new file mode 100644 index 0000000..d86bd7a --- /dev/null +++ b/gdb/mpw-config.in @@ -0,0 +1,13 @@ +# Configuration fragment for GDB. + +forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h + +forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h' + +Echo "/* dummy */" >termio.h + +Set xdepfiles " " +Set natdepfiles " " +Set tdepfiles " " + +Set xm_file '"{s}"xm-mpw.h' |