On 10/26/21 12:22, Alex Bennée wrote:
> From: Richard Henderson <[email protected]>
>
> Signed-off-by: Richard Henderson <[email protected]>
> Signed-off-by: Alex Bennée <[email protected]>
> Message-Id: <[email protected]>
> ---
> 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é <[email protected]>