summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-04 23:54:57 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-06 22:49:15 +0200
commitd1a64957ebda29a58601bc6ca0fa5db9ed8e09af (patch)
tree4254e5fe3c98b4a611f1821c03de872e588a4806 /package/gdb
parentad7947aba2b87681da5ee996839c43a8eea777f6 (diff)
disable for nios2
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 7879c6fa7..76f5fba22 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -11,7 +11,7 @@ PKG_DEPENDS:= libncurses zlib libexpat libthread-db
PKG_BUILDDEP:= ncurses readline expat zlib
PKG_NOPARALLEL:= 1
-PKG_ARCH_DEPENDS:= !m68k !avr32
+PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2
include ${ADK_TOPDIR}/mk/package.mk