X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B10F2DC016D for ; Wed, 21 May 2014 05:57:24 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id e53so1086646eek.25 for ; Tue, 20 May 2014 22:57:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=arUihxDYgl4aXyKrVvlOa7zRolaodwx3AZiw+jNS6w0=; b=UNuD7onTIyf9BzAZUPRCIWLvL0enMFAbvc3jYmnPPQX5IKVwzmhCT7OSAfj/IAoLhH u8v40h725UFesK9G+Iz1U3o8iysA3qFkRpZgnbx7X+gTTlcL1+0ouMWdyq5ci2X/cbQP XX25WfDf0/ltnOtollRmPKqDCTRI1LEzK2AY384btavi/ha70aRze8mjxVZ77cC8SINg mDYQV/qIt/nymNyXncu3nqk8JgIR8rWGKA/5J05Ntilow36P0KQDo5I0gfBKhNyHYZbO sAnS/a9WwYBweeHofSoe3WNm4xFD2gOqwHVO6ZWxpZCvdwWQYtcVkd2eKzn5DfsNwQmi gxKg== X-Received: by 10.14.9.137 with SMTP id 9mr616559eet.53.1400651841342; Tue, 20 May 2014 22:57:21 -0700 (PDT) Received: from mhdev-edge-x86.alpinelinux.org ([91.220.88.22]) by mx.google.com with ESMTPSA id z44sm9160073eep.39.2014.05.20.22.57.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 May 2014 22:57:20 -0700 (PDT) From: Mika Havela To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] main/llvm: Build on armhf Date: Wed, 21 May 2014 05:57:10 +0000 Message-Id: <1400651830-9870-1-git-send-email-mika.havela@gmail.com> X-Mailer: git-send-email 1.9.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/llvm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/llvm/APKBUILD b/main/llvm/APKBUILD index 74a559e..b90fe36 100644 --- a/main/llvm/APKBUILD +++ b/main/llvm/APKBUILD @@ -4,7 +4,7 @@ pkgname=llvm pkgver=3.4.1 pkgrel=0 pkgdesc="low level virtual machine compiler system" -arch="x86 x86_64" +arch="x86 x86_64 armhf" url="http://llvm.org/" license="UOI-NCSA" depends= -- 1.9.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---