forked from Imagelibrary/binutils-gdb
Remove sanitized-out Magic Cap support, will never be released
This commit is contained in:
20
gdb/configure
vendored
20
gdb/configure
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user