summaryrefslogtreecommitdiff
path: root/package/gdb/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-16 16:50:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-16 16:50:54 +0200
commitb85a5bbcb7962c77852f723924d2b1dd58d482dc (patch)
tree8f84bcd6f0329470d4bcbaa3e9f9a56120fc8bb6 /package/gdb/Makefile
parentfb1227583603bc6fefbdac5c1b1bf81cdf737d65 (diff)
gdb: allow nios2, workaround a riscv issue
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r--package/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 3e6611700..9c8ed0130 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -14,7 +14,7 @@ PKG_DEPENDS:= libncurses zlib libexpat libthread-db
PKG_BUILDDEP:= ncurses readline expat zlib
PKG_NEEDS:= c++
-PKG_ARCH_DEPENDS:= !arc !cris !avr32 !nios2 !microblaze
+PKG_ARCH_DEPENDS:= !arc !cris !avr32 !microblaze
include ${ADK_TOPDIR}/mk/package.mk