summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-27 20:35:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-27 20:35:44 +0100
commit3b6d7b3aa7affa5658592bb2f96fa44ff27c8785 (patch)
tree482a5ecf23eba46ac0eb7d7497d55317a4f6a1ec /package/gdb
parent20caec900ea3da3b997d6dc191b8c3d4a3b15f5d (diff)
gdb: allow for m68k
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 4c71c8558..df149ff95 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 !m68k !avr32 !nios2 !microblaze !or1k
+PKG_ARCH_DEPENDS:= !cris !avr32 !nios2 !microblaze !or1k
include ${ADK_TOPDIR}/mk/package.mk