From 79452344feffbe2944c196b602790ed8451ea44c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 17 Nov 2015 12:38:32 +0000 Subject: 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 Cc: Felix Fietkau Cc: John Crispin Cc: Jonas Gorski SVN-Revision: 47491 --- toolchain/gdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/gdb/Makefile') diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 38ffb0b77f..f74b64ed94 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -24,6 +24,8 @@ PKG_MD5SUM:=2a35bac41fa8e10bf04f3a0dd7f7f363 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) endif +PATCH_DIR:=./patches/$(PKG_VERSION) + HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GDB_DIR) HOST_BUILD_PARALLEL:=1 -- cgit v1.2.3