diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:50:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:50:38 +0000 |
commit | 2ff6b38acb8cc82e3b577f0f42b98735feb821c3 (patch) | |
tree | 39ffd1c78fe7d5e5b3cac01be4e540918d2c3f0b /gdb/mpw-xconfig.in | |
parent | 177941a1c9082f3922f3a9ccb7e254ca9bd79e2f (diff) | |
download | gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.zip gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.tar.gz gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.tar.bz2 |
Merge supposedly (but not really) GM-specific bits into general MPW config
Diffstat (limited to 'gdb/mpw-xconfig.in')
-rw-r--r-- | gdb/mpw-xconfig.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/mpw-xconfig.in b/gdb/mpw-xconfig.in index 73e9781..e69de29 100644 --- a/gdb/mpw-xconfig.in +++ b/gdb/mpw-xconfig.in @@ -1,14 +0,0 @@ -# Extra configuration fragment for GDB. - -If "{target_canonical}" =~ /mips-idt-ecoff/ - forward-include "{srcdir}"config:mips:tm-idt.h tm.h - forward-include "{srcdir}"config:nm-trash.h nm.h - - forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h' - forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h' - - Set tdepfiles '"{o}"mips-pinsn.c.o "{o}"mips-tdep.c.o "{o}"exec.c.o "{o}"remote-mips.c.o' - - Set tm_file '"{s}"tm-idt.h' -End If - |