X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id EAFE1DC0167 for ; Fri, 19 Jul 2013 14:05:48 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id CE967BC2D57; Fri, 19 Jul 2013 14:05:47 +0000 (UTC) Date: Fri, 19 Jul 2013 16:05:43 +0200 From: Natanael Copa To: Timo Teras Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] supporting multiple libc's Message-ID: <20130719160543.0d88c1c2@ncopa-desktop.alpinelinux.org> In-Reply-To: <20130719154746.17b0a3cb@vostro> References: <20130719143510.1a22ce06@ncopa-desktop.alpinelinux.org> <20130719154746.17b0a3cb@vostro> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-unknown-linux-gnu) 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 Fri, 19 Jul 2013 15:47:46 +0300 Timo Teras wrote: > > Some alternives/examples: > > #1 whitelist what to build on (like arch) > > > > libcmask="uclibc eglibc musl" > > > > or > > libcmask="all" > > > > > > #2 blacklist, and use 'all' if unset > > > > libcmask="!musl !eglibc" > > > > #3 blacklist via 'options'. assume 'all' if unset. > > > > options="!musl" > > If using options, I'd go with options="!libc_musl" or similar. > > I think we should aim at trying to have everything regardless of libc. > So the default should be "all". And just blacklist things. Though, it > might that at this stage with musl, we might get quite a bit of those. Makes sense. > I'd perhaps go with #2. I liked options="!libc_musl" -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---