From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fajuS-0008RG-J7 for qemu-devel@nongnu.org; Wed, 04 Jul 2018 11:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fajuO-0004Vo-NW for qemu-devel@nongnu.org; Wed, 04 Jul 2018 11:41:36 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:53289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fajuO-0004VZ-Gr for qemu-devel@nongnu.org; Wed, 04 Jul 2018 11:41:32 -0400 Received: by mail-wm0-x241.google.com with SMTP id b188-v6so6560358wme.3 for ; Wed, 04 Jul 2018 08:41:32 -0700 (PDT) References: <20180704143014.8670-1-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20180704143014.8670-1-f4bug@amsat.org> Date: Wed, 04 Jul 2018 16:41:30 +0100 Message-ID: <87va9v80ut.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] configure: Do not display host compilers as cross-compilers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: "Dr . David Alan Gilbert" , =?utf-8?Q?Daniel_P=20?= =?utf-8?Q?=2E_Berrang=C3=A9?= , qemu-devel@nongnu.org, Richard Henderson Philippe Mathieu-Daud=C3=A9 writes: > This silent (since d75402b5ee2): > > ./configure > [...] > NOTE: cross-compilers enabled: 'cc' > > Reported-by: Dr. David Alan Gilbert > Reported-by: Daniel P. Berrang=C3=A9 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index b99ebdde24..fbb53ab6bb 100755 > --- a/configure > +++ b/configure > @@ -7328,7 +7328,7 @@ echo "QEMU_CFLAGS+=3D$cflags" >> $config_target_mak > > done # for target in $targets > > -if test -n "$enabled_cross_compilers"; then > +if test -n "$target_compiler" -a -n "$enabled_cross_compilers"; then > echo > echo "NOTE: cross-compilers enabled: $enabled_cross_compilers" > fi I had also added: - echo "NOTE: cross-compilers enabled: $enabled_cross_compilers" + echo "NOTE: compilers enabled for TCG tests: $enabled_cross_compilers" to make things clearer. Acked-by: Alex Benn=C3=A9e -- Alex Benn=C3=A9e