+2018-09-04 Tom Tromey <tom@tromey.com>
+
+ * configure: Rebuild.
+ * configure.ac: Remove multi-ice code.
+
2018-09-04 Tom Tromey <tom@tromey.com>
* Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
with_tk
with_x
enable_sim
-enable_multi_ice
enable_gdbserver
with_babeltrace
with_libbabeltrace_prefix
XMKMF'
ac_subdirs_all='testsuite
gdbtk
-multi-ice
gdbserver'
# Initialize some variables set by options.
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)
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
[Define to the default OS ABI for this configuration.])
fi
-# Enable multi-ice-gdb-server.
-AC_ARG_ENABLE(multi-ice,
-AS_HELP_STRING([--enable-multi-ice], [build the multi-ice-gdb-server]),
- [case $enableval in
- yes | no)
- ;;
- *) AC_MSG_ERROR([bad value $enableval for --enable-multi-ice]) ;;
- esac])
-if test "x$enable_multi_ice" = xyes; then
- AC_CONFIG_SUBDIRS(multi-ice)
-fi
-
AC_ARG_ENABLE(gdbserver,
AS_HELP_STRING([--enable-gdbserver],
[automatically build gdbserver (yes/no/auto, default is auto)]),