mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 12:00:49 +00:00
gdb 10.1 adds many new features for example gdbserver support for - ARC GNU/Linux - RISC-V GNU/Linux Removed this patch, because similar changes are now integrated upstream: toolchain/gdb/patches/100-no_extern_inline.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: maurerr <mariusd84@gmail.com>
22 lines
404 B
Diff
22 lines
404 B
Diff
--- a/gdb/configure
|
|
+++ b/gdb/configure
|
|
@@ -952,8 +952,7 @@ DEBUGINFOD_LIBS
|
|
YACC
|
|
YFLAGS
|
|
XMKMF'
|
|
-ac_subdirs_all='testsuite
|
|
-gdbtk'
|
|
+ac_subdirs_all='gdbtk'
|
|
|
|
# Initialize some variables set by options.
|
|
ac_init_help=
|
|
@@ -6668,7 +6667,7 @@ $as_echo "$with_auto_load_safe_path" >&6
|
|
|
|
|
|
|
|
-subdirs="$subdirs testsuite"
|
|
+subdirs="$subdirs"
|
|
|
|
|
|
# Check whether to support alternative target configurations
|