From 34bb43b074906a7cd642ccf03e2b7bea63b53d95 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Mon, 6 Jun 2022 20:43:33 +0800 Subject: [PATCH] target/loongarch: 'make check-tcg' support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang Reviewed-by: Richard Henderson Acked-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20220606124333.2060567-44-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index ac18ed4f3a..e69537c756 100755 --- a/configure +++ b/configure @@ -1831,6 +1831,7 @@ fi : ${cross_prefix_arm="arm-linux-gnueabihf-"} : ${cross_prefix_armeb="$cross_prefix_arm"} : ${cross_prefix_hexagon="hexagon-unknown-linux-musl-"} +: ${cross_prefix_loongarch64="loongarch64-unknown-linux-gnu-"} : ${cross_prefix_hppa="hppa-linux-gnu-"} : ${cross_prefix_i386="i686-linux-gnu-"} : ${cross_prefix_m68k="m68k-linux-gnu-"}