diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 19:38:43 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 19:38:43 +0000 |
commit | 501ad43a890f663b3ba505f0d593907a487baef5 (patch) | |
tree | aec7ff648cddc922c2fd2dc8075c666d0099d6d1 /gdb/mpw-config.in | |
parent | 243aa0c2420666e0e0c3a099732acc76bcd3df2a (diff) | |
download | gdb-501ad43a890f663b3ba505f0d593907a487baef5.zip gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.gz gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.bz2 |
Remove sanitized-out Magic Cap support, will never be released
Diffstat (limited to 'gdb/mpw-config.in')
-rw-r--r-- | gdb/mpw-config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/mpw-config.in b/gdb/mpw-config.in index 5e71ba8..ed07878 100644 --- a/gdb/mpw-config.in +++ b/gdb/mpw-config.in @@ -41,19 +41,6 @@ Else If "{target_canonical}" =~ /mips-idt-ecoff/ forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h' Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o' -# start-sanitize-gm -Else If "{target_canonical}" =~ /mips-gm-magic/ - forward-include "{srcdir}"config:mips:tm-embed.h tm.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-tdep.c.o "{o}"remote-mips.c.o "{o}"gmagic.c.o' - If {host_cc} =~ /gcc/ - Set enable_cflags '-DGENERAL_MAGIC' - Else - Set enable_cflags '-d GENERAL_MAGIC' - End If -# end-sanitize-gm - Else If "{target_canonical}" =~ /sh-hitachi-hms/ forward-include "{srcdir}"config:sh:tm-sh.h tm.h Set tdepfiles '"{o}"sh-tdep.c.o' |