summaryrefslogtreecommitdiff
path: root/package/pcc
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcc')
-rw-r--r--package/pcc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/pcc/Makefile b/package/pcc/Makefile
index 5eb9bfc68..d305c55a1 100644
--- a/package/pcc/Makefile
+++ b/package/pcc/Makefile
@@ -10,12 +10,11 @@ PKG_MD5SUM:= 6e5d851ee57fe58702fe4e80ecd1f852
PKG_DESCR:= Portable C Compiler
PKG_SECTION:= lang
PKG_DEPENDS:= pcc-libs
-# binutils
PKG_URL:= http://pcc.ludd.ltu.se/
PKG_SITES:= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
PKG_NOPARALLEL:= 1
-PKG_ARCH_DEPENDS:= !arm !cris !mips
+PKG_ARCH_DEPENDS:= !arm !cris !mips !ppc
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
include $(TOPDIR)/mk/package.mk