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>
This commit is contained in:
Alexey Brodkin 2016-06-09 12:38:34 +03:00 committed by John Crispin
parent 1f0a9715d2
commit c5bbb55bab
4 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5145d4a..a9c9c99 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -275,7 +275,7 @@ case "${targ}" in
targ_defvec=am33_elf32_linux_vec
;;
- arc*-*-elf* | arc*-*-linux-uclibc*)
+ arc*-*-elf* | arc*-*-linux-*)
targ_defvec=arc_elf32_le_vec
targ_selvecs=arc_elf32_be_vec
;;