Remove sanitized-out Magic Cap support, will never be released

This commit is contained in:
Stan Shebs
1997-10-06 19:38:43 +00:00
parent 243aa0c242
commit 501ad43a89
12 changed files with 2 additions and 1449 deletions

20
gdb/configure vendored
View File

@@ -13,8 +13,6 @@ ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_help="$ac_help
--enable-netrom "
ac_help="$ac_help
--enable-gm "
ac_help="$ac_help
--enable-ide Enable IDE support"
ac_help="$ac_help
@@ -2412,24 +2410,6 @@ if test "${enable_netrom}" = "yes"; then
CONFIG_OBS="${CONFIG_OBS} remote-nrom.o"
fi
# start-sanitize-gm
ENABLE_GM=
# Check whether --enable-gm or --disable-gm was given.
if test "${enable_gm+set}" = set; then
enableval="$enable_gm"
case "${enableval}" in
yes) CONFIG_OBS="${CONFIG_OBS} gmagic.o"
ENABLE_CFLAGS=-DGENERAL_MAGIC
;;
no) ;;
*) { echo "configure: error: bad value ${enableval} given for gm option" 1>&2; exit 1; } ;;
esac
fi
# end-sanitize-gm
# start-sanitize-gdbtk
ENABLE_IDE=
# Check whether --enable-ide or --disable-ide was given.