diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-01 10:30:18 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-04 10:45:55 -0600 |
commit | d53d543682d9add652a82d267681cf6426aded42 (patch) | |
tree | bce6edab6110a349ae46ddf2d2391cbf6ca9042d /gdb/configure.ac | |
parent | 8dc9fd87b0965f24e21922f295c4af9c3f624985 (diff) | |
download | gdb-d53d543682d9add652a82d267681cf6426aded42.zip gdb-d53d543682d9add652a82d267681cf6426aded42.tar.gz gdb-d53d543682d9add652a82d267681cf6426aded42.tar.bz2 |
Remove --enable-multi-ice
gdb's configure script accepts --enable-multi-ice, but the code this
refers to is long gone. This patch removes the option entirely.
gdb/ChangeLog
2018-09-04 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* configure.ac: Remove multi-ice code.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 13bc5f9..e38604c 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -2160,18 +2160,6 @@ if test x"${gdb_osabi}" != x ; then [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)]), |