qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Do not display host compilers as cro


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH] configure: Do not display host compilers as cross-compilers
Date: Wed, 4 Jul 2018 16:45:58 +0200

On Wed,  4 Jul 2018 11:30:14 -0300
Philippe Mathieu-Daudé <address@hidden> wrote:

> This silent (since d75402b5ee2):

s/silent/silences/

> 
>   ./configure
>   [...]
>   NOTE: cross-compilers enabled:  'cc'
> 
> Reported-by: Dr. David Alan Gilbert <address@hidden>
> Reported-by: Daniel P. Berrangé <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  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+=$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

Yeah, noticed that as well.

Acked-by: Cornelia Huck <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]