From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests v3] configure: fix non-newlib cross-compiling Date: Tue, 17 Jan 2017 18:30:51 +0100 Message-ID: <20170117173050.GC2386@potion> References: <20170117124031.25297-1-drjones@redhat.com> <87shohty94.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Andrew Jones , kvm@vger.kernel.org, pbonzini@redhat.com To: Alex =?utf-8?Q?Benn=C3=A9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41986 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbdAQRa6 (ORCPT ); Tue, 17 Jan 2017 12:30:58 -0500 Content-Disposition: inline In-Reply-To: <87shohty94.fsf@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: 2017-01-17 17:03+0000, Alex Bennée: > Andrew Jones writes: > >> Commit 529046c3 "libcflat: add PRI(dux)32 format types" applies a >> detection trick that requires native compiling or cross-compiling >> with newlib, an embedded system C standard library. We can avoid >> the new dependency with a different trick. >> >> Cc: Alex Bennée >> Signed-off-by: Andrew Jones > > Reviewed-by: Alex Bennée > Tested-by: Alex Bennée Applied, thanks.