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/configure | |
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/configure')
-rwxr-xr-x | gdb/configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gdb/configure b/gdb/configure index 3c2b5b8..0a01e79 100755 --- a/gdb/configure +++ b/gdb/configure @@ -14,8 +14,6 @@ ac_default_prefix=/usr/local 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 --enable-gdbtk " @@ -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. |