summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-08 18:11:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-09 07:39:32 +0100
commitb8ae02c5ff75edb638ab67e487227973bc34fb2f (patch)
tree86e7f7258796aa13f95969e00312884bf39e2299 /toolchain/gdb/Makefile.inc
parentd1c7e084c6ac11bc8d45f24ce6e3a8b659f902b2 (diff)
add support for gdbserver on AVR32 devices
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories.
Diffstat (limited to 'toolchain/gdb/Makefile.inc')
-rw-r--r--toolchain/gdb/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index cd41f2f1f..c0c87144d 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -12,8 +12,8 @@ endif
ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y)
PKG_VERSION:= 6.7.1
PKG_RELEASE:= 1
-PKG_HASH:= d763a458c88d4718aa19060d003de4e884f4ac87a9e88d2d35e776b53eeca2f4
-PKG_SITES:= http://distribute.atmel.no/tools/avr32/old/avr32gnutoolchain/v2.4.2/source/
-DISTFILES:= avr32-gdb-6.7.1.atmel.1.0.4.tar.gz
-WRKDIST= $(WRKDIR)/gdb-6.7.1.atmel.1.0.4
+PKG_HASH:= a34c65163a2428e24891466b1f095249bc6301b64cfe9480f3aba341b58c3434
+PKG_SITES:= http://www.openadk.org/distfiles/
+DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2
+WRKDIST= $(WRKDIR)/gdb-6.7.1-avr32-2.1.5
endif