summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-13 22:20:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-13 22:20:56 +0100
commitb32b419d4941c36343a54986272b9f20041f1fa7 (patch)
treeb62e5c0a3f18feac8aa24b91a109703cdbe4d534 /package/gdb
parentcc082c34a95681eaea904cb1cb5d4f1dc9f2ca49 (diff)
fix ag241 compile. add target dependent package selections.
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 139d6b54b..c70345891 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -8,7 +8,7 @@ PKG_DESCR:= GNU debugger
PKG_SECTION:= comp
PKG_DEPENDS:= libthread-db libncurses
PKG_BUILDDEP+= ncurses readline
-PKG_TARGET_DEPENDS:= !foxboard
+PKG_TARGET_DEPENDS:= !foxboard !ag241
include ${TOPDIR}/mk/package.mk