On 1/6/22 17:41, Song Gao wrote:
Signed-off-by: Song Gao<[email protected]> Signed-off-by: Xiaojuan Yang<[email protected]> Reviewed-by: Richard Henderson<[email protected]> Acked-by: Alex Bennée<[email protected]> Reviewed-by: Philippe Mathieu-Daudé<[email protected]> --- tests/tcg/configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index 8eb4287c84..c3d7e45524 100755 --- a/tests/tcg/configure.sh +++ b/tests/tcg/configure.sh @@ -51,6 +51,7 @@ fi : ${cross_cc_cflags_armeb="-mbig-endian"} : ${cross_cc_hexagon="hexagon-unknown-linux-musl-clang"} : ${cross_cc_cflags_hexagon="-mv67 -O2 -static"} +: ${cross_cc_loongarch64="loongarch64-unknown-linux-gnu-gcc"} : ${cross_cc_hppa="hppa-linux-gnu-gcc"} : ${cross_cc_i386="i686-linux-gnu-gcc"} : ${cross_cc_cflags_i386="-m32"}
Reviewed-by: WANG Xuerui <[email protected]>
