[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 20/21] target/loongarch: 'make check-tcg' support
From: |
Song Gao |
Subject: |
[PATCH v4 20/21] target/loongarch: 'make check-tcg' support |
Date: |
Thu, 2 Sep 2021 20:41:06 +0800 |
This patch support 'make check-tcg' after install cross-tools.
Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang <yangxiaojuan@loongson.cn>
---
tests/tcg/configure.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 1f985cc..d8f677d 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"}
--
1.8.3.1
- [PATCH v4 06/21] target/loongarch: Add fixed point bit instruction translation, (continued)
- [PATCH v4 06/21] target/loongarch: Add fixed point bit instruction translation, Song Gao, 2021/09/02
- [PATCH v4 09/21] target/loongarch: Add fixed point extra instruction translation, Song Gao, 2021/09/02
- [PATCH v4 10/21] target/loongarch: Add floating point arithmetic instruction translation, Song Gao, 2021/09/02
- [PATCH v4 12/21] target/loongarch: Add floating point conversion instruction translation, Song Gao, 2021/09/02
- [PATCH v4 14/21] target/loongarch: Add floating point load/store instruction translation, Song Gao, 2021/09/02
- [PATCH v4 20/21] target/loongarch: 'make check-tcg' support,
Song Gao <=
- [PATCH v4 15/21] target/loongarch: Add branch instruction translation, Song Gao, 2021/09/02
- [PATCH v4 18/21] default-configs: Add loongarch linux-user support, Song Gao, 2021/09/02
- [PATCH v4 19/21] target/loongarch: Add target build suport, Song Gao, 2021/09/02
- [PATCH v4 21/21] scripts: add loongarch64 binfmt config, Song Gao, 2021/09/02
- [PATCH v4 16/21] target/loongarch: Add disassembler, Song Gao, 2021/09/02
- [PATCH v4 17/21] LoongArch Linux User Emulation, Song Gao, 2021/09/02