diff options
author | John Crispin <john@openwrt.org> | 2016-02-12 08:31:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-12 08:31:06 +0000 |
commit | 9fbc71c31d840dd6ab4c75d832968aa33962c52c (patch) | |
tree | f80f71890f9772d53a4959befa1a14c00b3c8e35 /toolchain/gdb/patches/7.10.1/110-no_testsuite.patch | |
parent | 3392e96647d95fda4cf54ecdb642e859bf0b09e2 (diff) | |
download | mtk-20170518-9fbc71c31d840dd6ab4c75d832968aa33962c52c.zip mtk-20170518-9fbc71c31d840dd6ab4c75d832968aa33962c52c.tar.gz mtk-20170518-9fbc71c31d840dd6ab4c75d832968aa33962c52c.tar.bz2 |
toolchain/gdb: update to 7.10.1
Minor bugfix update, released in Dec 2015
https://www.gnu.org/software/gdb/news/
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 48708
Diffstat (limited to 'toolchain/gdb/patches/7.10.1/110-no_testsuite.patch')
-rw-r--r-- | toolchain/gdb/patches/7.10.1/110-no_testsuite.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/toolchain/gdb/patches/7.10.1/110-no_testsuite.patch b/toolchain/gdb/patches/7.10.1/110-no_testsuite.patch new file mode 100644 index 0000000..1b284ea --- /dev/null +++ b/toolchain/gdb/patches/7.10.1/110-no_testsuite.patch @@ -0,0 +1,21 @@ +--- 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 |