From b8ae02c5ff75edb638ab67e487227973bc34fb2f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Mar 2015 18:11:49 +0100 Subject: 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. --- toolchain/gdb/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toolchain/gdb/Makefile.inc') 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 -- cgit v1.2.3