summaryrefslogtreecommitdiff
path: root/package/pcc-libs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
commit517022211cab2644bac88865e29af726f1aafeaf (patch)
treed25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/pcc-libs
parente2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff)
avr32 workarounds
Diffstat (limited to 'package/pcc-libs')
-rw-r--r--package/pcc-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcc-libs/Makefile b/package/pcc-libs/Makefile
index bce74cd8d..0603810e8 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 !ppc
+PKG_ARCH_DEPENDS:= !arm !cris !mips !ppc !avr32
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
include $(TOPDIR)/mk/package.mk