summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@web.de>2009-05-08 09:01:00 +0200
committerPaul Brook <paul@codesourcery.com>2009-05-08 13:24:12 +0100
commit322f9d0153cd0a05dfba6e02927fe10e3549e461 (patch)
treee8c6f8186ab2c9f47eaf6129ff1a35387ec360c9 /configure
parentc599710f5ce5f521cc6f036af2063611527dde3d (diff)
downloadqemu-322f9d0153cd0a05dfba6e02927fe10e3549e461.tar.gz
Drop CONFIG_GDBSTUB
This is no user-flippable switch, and no arch makes use of disabling gdbstub support. So it's pointless to keep the related #ifdefs and configure hunks around - and risking breakages like 711c410fdd again. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 82fb60ace9..b2a2540241 100755
--- a/configure
+++ b/configure
@@ -159,7 +159,6 @@ strip_opt="yes"
bigendian="no"
mingw32="no"
EXESUF=""
-gdbstub="yes"
slirp="yes"
vde="yes"
fmod_lib=""
@@ -1526,10 +1525,6 @@ if test -n "$sparc_cpu"; then
echo "CONFIG__sparc_${sparc_cpu}__=yes" >> $config_mak
echo "#define __sparc_${sparc_cpu}__ 1" >> $config_h
fi
-if test "$gdbstub" = "yes" ; then
- echo "CONFIG_GDBSTUB=yes" >> $config_mak
- echo "#define CONFIG_GDBSTUB 1" >> $config_h
-fi
if test "$gprof" = "yes" ; then
echo "TARGET_GPROF=yes" >> $config_mak
echo "#define HAVE_GPROF 1" >> $config_h