From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH 2 of 5] build: detect uclibc Date: Tue, 20 Dec 2011 18:02:36 +0000 Message-ID: <20208.52668.490134.650939@mariner.uk.xensource.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Roger Pau Monne Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Roger Pau Monne writes ("[Xen-devel] [PATCH 2 of 5] build: detect uclibc"): > build: detect uclibc > > Detect uclibc build environment and define CONFIG_UCLIBC accordingly. I'm not a huge fan of this configuration approach, particularly for a variant libc. Rather, we should use portable constructs. Ian.