From c5bbb55bab4c3886d143b900be65ee8aba47c9d4 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 9 Jun 2016 12:38:34 +0300 Subject: toolchain/gdb: Use correct folder name for ARC patches Even though ARC tools were released as arc-2016.03 we have a little bit different version name for GDB. That's because both Binutils and GDB come from the same git repo but from different branches (and so different tags). Also removing an extra patch that made its way into release. Signed-off-by: Alexey Brodkin --- .../patches/arc-2016.03-gdb/110-no_testsuite.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch (limited to 'toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch') diff --git a/toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch b/toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch new file mode 100644 index 0000000000..1b284ea767 --- /dev/null +++ b/toolchain/gdb/patches/arc-2016.03-gdb/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 -- cgit v1.2.3