summaryrefslogtreecommitdiff
path: root/package/pcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-09 16:56:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-09 16:56:39 +0200
commitf74d8a406d12c57550fea0cd4dbe967cd9f94eeb (patch)
tree8117c7f5a73c35d9e361215279dfa455cf623da4 /package/pcc
parent31fb5bbcfe32d567284c5ef0b98b66921e0497b2 (diff)
some powerpc fixes found via make bulk
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