From 02e33e9ffd6056657e6f82ee7b942c3bc8060cbe Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Fri, 19 Oct 2018 18:40:20 -0700 Subject: linux-user: xtensa: enable bFLT support - request bflt support in configure; - implement custom linux-user/xtensa/target_flat.h that doesn't put envp on stack; - fix #include "target_flat.h" in flatload.c so that it first search for arch-customized version of the header. Signed-off-by: Max Filippov --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 18006f0..2c6b850 100755 --- a/configure +++ b/configure @@ -7178,6 +7178,7 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa + bflt="yes" mttcg="yes" target_compiler=$cross_cc_xtensa ;; -- cgit v1.1