mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-13 11:58:51 +08:00
* configure.in: Remove --enable-netrom option.
* configure: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-01-03 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Remove --enable-netrom option.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2003-01-03 Mark Kettenis <kettenis@gnu.org>
|
2003-01-03 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
|
* cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
|
||||||
|
1011
gdb/configure
vendored
1011
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -858,20 +858,6 @@ fi
|
|||||||
|
|
||||||
dnl Handle optional features that can be enabled.
|
dnl Handle optional features that can be enabled.
|
||||||
|
|
||||||
AC_ARG_ENABLE(netrom,
|
|
||||||
[ --enable-netrom Enable NetROM support],
|
|
||||||
[case "${enableval}" in
|
|
||||||
yes) enable_netrom=yes ;;
|
|
||||||
no) enable_netrom=no ;;
|
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} given for netrom option) ;;
|
|
||||||
esac])
|
|
||||||
|
|
||||||
if test "${enable_netrom}" = "yes"; then
|
|
||||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o"
|
|
||||||
CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# NOTE: Don't add -Wall or -Wunused, they both include
|
# NOTE: Don't add -Wall or -Wunused, they both include
|
||||||
# -Wunused-parameter which reports bogus warnings.
|
# -Wunused-parameter which reports bogus warnings.
|
||||||
# NOTE: If you add to this list, remember to update
|
# NOTE: If you add to this list, remember to update
|
||||||
|
Reference in New Issue
Block a user