X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by lists.alpinelinux.org (Postfix) with ESMTP id D54A91EFC00 for ; Thu, 30 Jul 2009 11:26:37 +0000 (UTC) Received: by fxm17 with SMTP id 17so561431fxm.13 for ; Thu, 30 Jul 2009 04:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=H98CY3u47CI1yUbu+W1a0F0tUyycqB8aQTc55x4m4Yk=; b=fVkZ1YZOLX3tuEYQqLCRIdN4HzJV5pBaMCbaybmOCwhGAiWt3baUfqsYCRp8Mn5cs0 TbpWozvjPN6heAjsRpFfK5ESTPFCis/2D1P1CNQ0CbJ706Iou8B0y7yeoQiHfq+us+Y/ lgZbPRQE4It3dQ/gWhrLyS+csWJApzG+eYkuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=UOFR5mKIHva48ofMh7hRuKRbyklTseNE0PlVoy1iL5CTEYqPf6/t7ie2BsEonQkGMv x58Vu3BsbxqeuYhBibHiu2/QaWEe9DYYjiOdiRyLzr7FBN5VxIYkVI2l8YinZClXVi7n p5FQ3JbaEweQbzgH/gkRa6YKM3NsYjJtpWcyk= Received: by 10.103.137.19 with SMTP id p19mr641656mun.8.1248953196902; Thu, 30 Jul 2009 04:26:36 -0700 (PDT) Received: from ?10.252.5.10? (xdsl-83-150-94-239.nebulazone.fi [83.150.94.239]) by mx.google.com with ESMTPS id i5sm8735970mue.55.2009.07.30.04.26.35 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Jul 2009 04:26:36 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4A71836D.6020309@iki.fi> Date: Thu, 30 Jul 2009 14:26:37 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Thunderbird 2.0.0.22 (X11/20090608) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Mark Constable CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Multi architecture support References: <4A713B06.9050101@renta.net> In-Reply-To: <4A713B06.9050101@renta.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mark Constable wrote: > I see the default /etc/abuild.conf has CHOST=i486-alpine-linux-uclibc > and there is no sign of a PKGBUILD arch=(i686 x86_64) equivalent so > is there a recommended way to provide multiple archs from a single > APKBUILD? > > I guess using a different /etc/abuild.conf in each build environment > would suffice but I thought I should check if there is some inbuilt > method that is not documented yet. > > I intend to build a subset of packages for i686, x86_64, arm8 and > possibly ppc (ps3) eventually. I'd use separate chroots for i686 > and x86_64 and possibly use the ArchMobile qemu examle for arm8 as > I have a Beagelboard begging for some TLC. This is a good question. Alpine is currently x86 only, but we will soon need it on x86_64. I think ncopa has been thinking this to some degree, but has been busy on implementing/fixing other things. If you have experience on multi-arch stuff, input here will be greatly appreciated. Thanks, Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---