summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-12 18:04:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-12 18:04:12 +0200
commit4ef1a744af6d9fe1ab993c19a9e58cd83c37c2f1 (patch)
tree861fec824dd237c402876d8954876c50f6235503 /package/gdb
parentb0df2da1e44575ae9acf27711f81f9f6dacbf6ec (diff)
fix make bulkallmod for some packages and target combinations
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index e01721222..d98546426 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -10,6 +10,8 @@ PKG_DEPENDS:= libthread-db libncurses libiconv
PKG_BUILDDEP+= ncurses readline libiconv
PKG_TARGET_DEPENDS:= !foxboard !ag241
+PKG_NOPARALLEL:= 1
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GDB,gdb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))