X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1ECF4DC00D9 for ; Tue, 22 Oct 2013 05:16:29 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id c50so4134020eek.32 for ; Mon, 21 Oct 2013 22:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=C1fxt6ZMf5+GyWSVL/YW2B7P3w6cvU2Xbi4FlGandpE=; b=SFfBBidnvKVxBYDpG3MNt/qZTbzUCAlm5EBv64pUBCHjV7tCSLa2zxKy/kvniqZlEx ywxSM8wi+S47xyV8qEWDkwHLlVzjkwm7QHMrAWO6xCM9RGQUYKBAgf3m0xi/wtlSOG1F NGfkA69cta0Q2WMuZEqlzkPwIK2FnMOZkdQbe1P5+TMtnXOYN6ycwqbo4OaVjrUJHw05 4hw0IAqbg2ro+Nzy/EdL3WzY8sy4NdYM55jiZa59HARvTpG5BGUgiWYVur1wC6IJmXev kORgijtmJWeWKVS1cm76IJ+ezRGarkTI9SM/2dPloss6j2dkx28UiSz6bmn0vnPtcLOX n1Og== X-Received: by 10.14.108.9 with SMTP id p9mr27025268eeg.8.1382418986273; Mon, 21 Oct 2013 22:16:26 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id e47sm52102997eeo.8.2013.10.21.22.16.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Oct 2013 22:16:26 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 22 Oct 2013 08:16:26 +0300 From: Timo Teras To: "Leslie P. Polzer | PORT ZERO" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] musl and ARM in 2.7 (and an introduction) Message-ID: <20131022081626.5c52f0f0@vostro> In-Reply-To: <5264EE11.5080504@port-zero.com> References: <5260F6C9.9000505@port-zero.com> <20131018131615.5286bb75@vostro> <5264EE11.5080504@port-zero.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; i486-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 21 Oct 2013 11:04:17 +0200 "Leslie P. Polzer | PORT ZERO" wrote: > On 10/18/2013 12:16 PM, Timo Teras wrote: > > > In the long run we are currently planning to drop uclibc, and > > replace it with musl in the primary builds for Alpine 3.0. In case > > we do not get everything done for next release date, we might still > > do Alpine 2.8 based on uclibc. > > Ah, so it's not intimately linked with the ARM port but more of > a general improvement. Good to know. Correct. > Thanks a lot for all the information on cross compiling Alpine for > ARM! That's very helpful. I will spend the next days getting > acquainted with the toolchain. I'm also interested in building > packages with clang. clang is there and built for ARM already. It works since mesa needs it to build. However, it's not fully independent build - it uses libgcc, etc. We have not seen yet the need to build "self hosting" clang. However, this is an interesting option, and we would appreciate if someone does it. We are planning to take a look at it at some point too. We might be also considering switching to clang as main toolchain later when it has matured a little bit more still. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---