diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2009-05-08 09:01:00 +0200 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-08 13:24:12 +0100 |
commit | 322f9d0153cd0a05dfba6e02927fe10e3549e461 (patch) | |
tree | e8c6f8186ab2c9f47eaf6129ff1a35387ec360c9 /configure | |
parent | c599710f5ce5f521cc6f036af2063611527dde3d (diff) |
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-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |