79452344fe
With bump of upstream GDB from 7.9 to 7.10 at least 100-no_extern_inline.patch became incompatible with ARC gdb (which is still based on upstream 7.9 branch). So until ARC support is not completely upstreamed (which we expect to happen in coming months) we'll need to have separate patches for ARC gdb. This time clean build-tested for Netgear WNDRMAC & AXS101. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47491
22 lines
363 B
Diff
22 lines
363 B
Diff
--- a/gdb/configure
|
|
+++ b/gdb/configure
|
|
@@ -870,8 +870,7 @@ MAKEINFOFLAGS
|
|
YACC
|
|
YFLAGS
|
|
XMKMF'
|
|
-ac_subdirs_all='testsuite
|
|
-gdbtk
|
|
+ac_subdirs_all='gdbtk
|
|
multi-ice
|
|
gdbserver'
|
|
|
|
@@ -5610,7 +5610,7 @@ $as_echo "$with_auto_load_safe_path" >&6
|
|
|
|
|
|
|
|
-subdirs="$subdirs testsuite"
|
|
+subdirs="$subdirs"
|
|
|
|
|
|
# Check whether to support alternative target configurations
|