diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-31 23:25:12 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-31 23:25:12 +0000 |
commit | 0a8aa89e761dc4d5a2545cc18b5097af3456963f (patch) | |
tree | 3023a28261966f468ebfe53cdab0dcb01378e2ed /toolchain/gdb | |
parent | 8b247c6186ca3376899a603185e996b2e972be29 (diff) | |
download | buildroot-novena-0a8aa89e761dc4d5a2545cc18b5097af3456963f.tar.gz buildroot-novena-0a8aa89e761dc4d5a2545cc18b5097af3456963f.zip |
Add PATCH_DIR's for snapshots of uclibc and gdb
Diffstat (limited to 'toolchain/gdb')
-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) |