diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-10-19 18:40:20 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-10-19 18:40:20 -0700 |
commit | 02e33e9ffd6056657e6f82ee7b942c3bc8060cbe (patch) | |
tree | b1f576252108891b0aae4c9387fd49e962522ebe /configure | |
parent | 3892f1f1a963e59dfe012cd9d461d33b2986fa3b (diff) |
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 <jcmvbkbc@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7178,6 +7178,7 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa + bflt="yes" mttcg="yes" target_compiler=$cross_cc_xtensa ;; |