From 223451dbc072d9200fb48ddc7eb8fc5e56a8c1ea Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 27 May 2021 23:57:16 +0300 Subject: [PATCH] tests/tcg: allow running tests for targets that don't have C compiler Obviously there is better way to do this. Signed-off-by: Alibek Omarov --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 4db4b83a27..af92336fd6 100755 --- a/configure +++ b/configure @@ -1866,7 +1866,8 @@ fi : ${cross_cc_sparc="$cross_cc_sparc64"} : ${cross_cc_cflags_sparc="-m32 -mcpu=supersparc"} : ${cross_cc_cflags_x86_64="-m64"} -: ${cross_cc_e2k="e2k-linux-cc"} +: ${cross_cc_e2k="e2k-linux-as"} # C compiler isn't public yet +: ${cross_cc_e2k_ignore_checks="yes"} compute_target_variable() { if eval test -n "\"\${cross_prefix_$1}\""; then