summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 10:08:11 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 10:08:28 +0200
commit1e79f3a96f9a93fd840114cf88cb29bd26b7618d (patch)
tree4a85a7897eb95281fe196f1d3526815fa6cbe7bb /package/gdb
parent422323b3f8d4ff6acfb126494469a306d868e53e (diff)
gdb: we can not use it on cris
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 df1504e89..a2c677dd7 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_NOPARALLEL:= 1
-PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2 !microblaze
+PKG_ARCH_DEPENDS:= !cris !m68k !avr32 !nios2 !microblaze
include ${ADK_TOPDIR}/mk/package.mk