diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 19:06:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 19:06:58 +0200 |
commit | 9492f70965e2d1c669df4c5fc56b4bac465f6b88 (patch) | |
tree | c5e34b0062162abd2311935f69015a332751b97f /package/pcc-libs | |
parent | 8f4b5ed938071262638928deaf18552040360f4a (diff) |
fix cris allconfig build
Diffstat (limited to 'package/pcc-libs')
-rw-r--r-- | package/pcc-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcc-libs/Makefile b/package/pcc-libs/Makefile index ec6477779..8d206d0a8 100644 --- a/package/pcc-libs/Makefile +++ b/package/pcc-libs/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= lang PKG_URL:= http://pcc.ludd.ltu.se/ PKG_SITES:= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ -PKG_ARCH_DEPENDS:= !arm +PKG_ARCH_DEPENDS:= !arm !cris DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz include $(TOPDIR)/mk/package.mk |