summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 14:20:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 14:20:38 +0100
commit2d5110b0f579df83c3f310aacb9dd4c575423233 (patch)
tree02ebbdfc63ed6100969b18bd98191b6f3848466b /package/ruby/Makefile
parent4051a8aecc3644bd1f55c4d611e35d64100a90c4 (diff)
disable for avr32, gcc ICE
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index cc34e7e5d..bf25e2236 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -17,6 +17,7 @@ PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/2.0/
PKG_NOPARALLEL:= 1
PKG_HOST_DEPENDS:= !freebsd !cygwin
+PKG_ARCH_DEPENDS:= !avr32
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}.tar.gz
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}