diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
commit | f74d8a406d12c57550fea0cd4dbe967cd9f94eeb (patch) | |
tree | 8117c7f5a73c35d9e361215279dfa455cf623da4 /package/pcc-libs | |
parent | 31fb5bbcfe32d567284c5ef0b98b66921e0497b2 (diff) |
some powerpc fixes found via make bulk
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 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 |