diff options
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r-- | toolchain/gdb/gdb.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 847a7ec06..5bd296f2e 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -17,6 +17,7 @@ GDB_SITE:=ftp://sources.redhat.com/pub/gdb/snapshots/current GDB_SOURCE:=gdb.tar.bz2 GDB_CAT:=$(BZCAT) GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION) +GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION) else ifeq ($(BR2_TOOLCHAIN_NORMAL),y) |