gdb: use separate patches for upstream and ARC gdb
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Nov 2015 12:38:32 +0000 (12:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Nov 2015 12:38:32 +0000 (12:38 +0000)
commit79452344feffbe2944c196b602790ed8451ea44c
tree1337a7e3c24cdf12328bb9087149b5ec5144c196
parent331735a357a73c7b8adc205241ac3cc6543d985e
gdb: use separate patches for upstream and ARC gdb

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
toolchain/gdb/Makefile
toolchain/gdb/patches/100-no_extern_inline.patch [deleted file]
toolchain/gdb/patches/110-no_testsuite.patch [deleted file]
toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch [deleted file]
toolchain/gdb/patches/7.10/100-no_extern_inline.patch [new file with mode: 0644]
toolchain/gdb/patches/7.10/110-no_testsuite.patch [new file with mode: 0644]
toolchain/gdb/patches/7.10/120-fix-compile-flag-mismatch.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2015.06-gdb/100-no_extern_inline.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2015.06-gdb/110-no_testsuite.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2015.06-gdb/120-fix-compile-flag-mismatch.patch [new file with mode: 0644]