summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2017-03-06 17:17:43 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2018-03-13 11:30:22 -0700
commit9fb40342d4b32152cedf32efe28b59ec3b932bd8 (patch)
treeb64f05eb2182fd569334de196445bac33c2973b4 /configure
parent1b7b26e4748580dce3ec671ce7ed3d65a986cf9c (diff)
downloadqemu-9fb40342d4b32152cedf32efe28b59ec3b932bd8.tar.gz
target/xtensa: support MTTCG
- emit TCG barriers for MEMW, EXTW, S32RI and L32AI; - do atomic_cmpxchg_i32 for S32C1I. Cc: Emilio G. Cota <cota@braap.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index af72fc852e..c0cb9e6498 100755
--- a/configure
+++ b/configure
@@ -6840,6 +6840,7 @@ case "$target_name" in
;;
xtensa|xtensaeb)
TARGET_ARCH=xtensa
+ mttcg="yes"
;;
*)
error_exit "Unsupported target CPU"