diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/gdb/Makefile | 2 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/microblaze.patch (renamed from package/gdb/patches/microblaze.patch) | 0 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h (renamed from package/gdb/patches/patch-gdb_common_linux-ptrace_h) | 0 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/patch-gdb_common_signals_c (renamed from package/gdb/patches/patch-gdb_common_signals_c) | 0 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure (renamed from package/gdb/patches/patch-gdb_gdbserver_configure) | 0 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/patch-gdb_linux-nat_c (renamed from package/gdb/patches/patch-gdb_linux-nat_c) | 0 | ||||
-rw-r--r-- | package/gdb/patches/7.8.2/patch-ltmain_sh (renamed from package/gdb/patches/patch-ltmain_sh) | 0 | ||||
-rw-r--r-- | package/gdbserver/Makefile | 5 | ||||
-rw-r--r-- | package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c (renamed from package/gdbserver/patches/patch-gdb_common_linux-ptrace_c) | 0 | ||||
-rw-r--r-- | package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h (renamed from package/gdbserver/patches/patch-gdb_common_linux-ptrace_h) | 0 | ||||
-rw-r--r-- | package/gdbserver/patches/7.8.2/patch-gdb_gdbserver_linux-low_c (renamed from package/gdbserver/patches/patch-gdb_gdbserver_linux-low_c) | 0 |
11 files changed, 6 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 3dbe4d2f9..85272567f 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -11,7 +11,7 @@ PKG_DEPENDS:= libthread-db libncurses libexpat zlib PKG_BUILDDEP:= ncurses readline expat zlib PKG_NOPARALLEL:= 1 -PKG_ARCH_DEPENDS:= !m68k +PKG_ARCH_DEPENDS:= !m68k !avr32 PKG_BUILDDEP_UCLIBC:= libiconv-tiny PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny diff --git a/package/gdb/patches/microblaze.patch b/package/gdb/patches/7.8.2/microblaze.patch index ce3f9b35b..ce3f9b35b 100644 --- a/package/gdb/patches/microblaze.patch +++ b/package/gdb/patches/7.8.2/microblaze.patch diff --git a/package/gdb/patches/patch-gdb_common_linux-ptrace_h b/package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h index 51e2c3637..51e2c3637 100644 --- a/package/gdb/patches/patch-gdb_common_linux-ptrace_h +++ b/package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h diff --git a/package/gdb/patches/patch-gdb_common_signals_c b/package/gdb/patches/7.8.2/patch-gdb_common_signals_c index 114f5b867..114f5b867 100644 --- a/package/gdb/patches/patch-gdb_common_signals_c +++ b/package/gdb/patches/7.8.2/patch-gdb_common_signals_c diff --git a/package/gdb/patches/patch-gdb_gdbserver_configure b/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure index fb32187b2..fb32187b2 100644 --- a/package/gdb/patches/patch-gdb_gdbserver_configure +++ b/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure diff --git a/package/gdb/patches/patch-gdb_linux-nat_c b/package/gdb/patches/7.8.2/patch-gdb_linux-nat_c index 9ba7254ca..9ba7254ca 100644 --- a/package/gdb/patches/patch-gdb_linux-nat_c +++ b/package/gdb/patches/7.8.2/patch-gdb_linux-nat_c diff --git a/package/gdb/patches/patch-ltmain_sh b/package/gdb/patches/7.8.2/patch-ltmain_sh index 98afcfbc0..98afcfbc0 100644 --- a/package/gdb/patches/patch-ltmain_sh +++ b/package/gdb/patches/7.8.2/patch-ltmain_sh diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index 096092ab9..c0e9ab9b4 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -9,8 +9,13 @@ PKG_DESCR:= remote programm debugger utility PKG_SECTION:= app/debug PKG_LIBC_DEPENDS:= !musl +ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y) +DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2 +WRKDIST= $(WRKDIR)/gdb-6.7.1-avr32-2.1.5 +else DISTFILES:= gdb-${PKG_VERSION}.tar.xz WRKDIST= ${WRKDIR}/gdb-${PKG_VERSION} +endif WRKSRC= ${WRKDIST}/gdb/gdbserver include ${ADK_TOPDIR}/mk/package.mk diff --git a/package/gdbserver/patches/patch-gdb_common_linux-ptrace_c b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c index aec39df40..aec39df40 100644 --- a/package/gdbserver/patches/patch-gdb_common_linux-ptrace_c +++ b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c diff --git a/package/gdbserver/patches/patch-gdb_common_linux-ptrace_h b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h index 1f8e5b9b4..1f8e5b9b4 100644 --- a/package/gdbserver/patches/patch-gdb_common_linux-ptrace_h +++ b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h diff --git a/package/gdbserver/patches/patch-gdb_gdbserver_linux-low_c b/package/gdbserver/patches/7.8.2/patch-gdb_gdbserver_linux-low_c index ccb61c3a0..ccb61c3a0 100644 --- a/package/gdbserver/patches/patch-gdb_gdbserver_linux-low_c +++ b/package/gdbserver/patches/7.8.2/patch-gdb_gdbserver_linux-low_c |