qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 07/28] tests/tcg: Enable container_cross_cc for microblaze


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 07/28] tests/tcg: Enable container_cross_cc for microblaze
Date: Tue, 26 Oct 2021 17:03:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 10/26/21 12:22, Alex Bennée wrote:
> From: Richard Henderson <richard.henderson@linaro.org>
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20211014224435.2539547-8-richard.henderson@linaro.org>
> ---
>  tests/tcg/configure.sh | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
> index 1f985ccfc0..149eeb15ff 100755
> --- a/tests/tcg/configure.sh
> +++ b/tests/tcg/configure.sh
> @@ -55,6 +55,7 @@ fi
>  : ${cross_cc_i386="i686-linux-gnu-gcc"}
>  : ${cross_cc_cflags_i386="-m32"}
>  : ${cross_cc_m68k="m68k-linux-gnu-gcc"}
> +: $(cross_cc_microblaze="microblaze-linux-musl-gcc")

${ }

Otherwise,
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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