diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
commit | 6ac888a1e388ebd5e92f957b2c77f326ab197765 (patch) | |
tree | de57c8c3544fd2ad1979f3e9b3f2ac007ed2761f /package/pcc-libs/Makefile | |
parent | 1eccc1842e2c6a0bce4c448320341f1aef1683b7 (diff) | |
parent | 8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcc-libs/Makefile')
-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 238348777..bce74cd8d 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 !cris !mips +PKG_ARCH_DEPENDS:= !arm !cris !mips !ppc DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz include $(TOPDIR)/mk/package.mk |