summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2016-06-09 12:38:34 +0300
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:42 +0200
commitc5bbb55bab4c3886d143b900be65ee8aba47c9d4 (patch)
tree87c7d6a89eed873f4c4687bd48003b1dd7fb5c9b /toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
parent1f0a9715d229df883ae05dd326cff5ce0b424b6a (diff)
downloadmaster-31e0f0ae-c5bbb55bab4c3886d143b900be65ee8aba47c9d4.tar.gz
master-31e0f0ae-c5bbb55bab4c3886d143b900be65ee8aba47c9d4.tar.bz2
master-31e0f0ae-c5bbb55bab4c3886d143b900be65ee8aba47c9d4.zip
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 <abrodkin@synopsys.com>
Diffstat (limited to 'toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch')
-rw-r--r--toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch b/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
new file mode 100644
index 0000000000..c8b41f264a
--- /dev/null
+++ b/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
@@ -0,0 +1,11 @@
+--- a/gdb/gdbserver/configure
++++ b/gdb/gdbserver/configure
+@@ -2468,7 +2468,7 @@ $as_echo "$as_me: error: \`$ac_var' was
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+- if test "x$ac_old_val" != "x$ac_new_val"; then
++ if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
+ # differences in whitespace do not lead to failure.
+ ac_old_val_w=`echo x $ac_old_val`
+ ac_new_val_w=`echo x $ac_new_val`