diff options
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 1a121c7e7..c739e2472 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:= !cris !avr32 !nios2 !microblaze !or1k +PKG_ARCH_DEPENDS:= !cris !avr32 !nios2 !microblaze !or1k !riscv32 !riscv64 include ${ADK_TOPDIR}/mk/package.mk |