From f5c67bc4f3f14de3a4261f21565cb4658a9ef3bd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 17 May 2024 18:37:22 +0200 Subject: nds32: add back support for old toolchain and Linux, working on ag101p with latest uClibc-ng fix --- package/gdb/Makefile | 2 +- package/gdbserver/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 4a78eab3f..d9e4b91f5 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -14,7 +14,7 @@ PKG_DEPENDS:= libncurses libreadline zlib libexpat libthread-db libgmp mpfr PKG_BUILDDEP:= ncurses readline expat zlib gmp mpfr PKG_NEEDS:= c++ -PKG_ARCH_DEPENDS:= !cris !avr32 !microblaze +PKG_ARCH_DEPENDS:= !cris !avr32 !microblaze !nds32 include ${ADK_TOPDIR}/mk/package.mk diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index 7238eb306..5eb676517 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -15,7 +15,7 @@ PKG_DEPENDS:= libthread-db libgmp PKG_BUILDDEP:= gmp PKG_LIBC_DEPENDS:= !musl -PKG_ARCH_DEPENDS:= !microblaze +PKG_ARCH_DEPENDS:= !microblaze !nds32 ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y) DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2 -- cgit v1.2.3