aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/configure b/gdb/configure
index d207c2b..2706571 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -892,7 +892,6 @@ with_tcl
with_tk
with_x
enable_sim
-enable_multi_ice
enable_gdbserver
with_babeltrace
with_libbabeltrace_prefix
@@ -916,7 +915,6 @@ YFLAGS
XMKMF'
ac_subdirs_all='testsuite
gdbtk
-multi-ice
gdbserver'
# Initialize some variables set by options.
@@ -1559,7 +1557,6 @@ Optional Features:
enable GDB specific build-time compiler warnings if
gcc is used
--enable-sim link gdb with simulator
- --enable-multi-ice build the multi-ice-gdb-server
--enable-gdbserver automatically build gdbserver (yes/no/auto, default
is auto)
@@ -17089,21 +17086,6 @@ _ACEOF
fi
-# Enable multi-ice-gdb-server.
-# Check whether --enable-multi-ice was given.
-if test "${enable_multi_ice+set}" = set; then :
- enableval=$enable_multi_ice; case $enableval in
- yes | no)
- ;;
- *) as_fn_error $? "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
- esac
-fi
-
-if test "x$enable_multi_ice" = xyes; then
- subdirs="$subdirs multi-ice"
-
-fi
-
# Check whether --enable-gdbserver was given.
if test "${enable_gdbserver+set}" = set; then :
enableval=$enable_gdbserver; case "${enableval}" in