diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2017-03-06 17:17:43 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-03-13 11:30:22 -0700 |
commit | 9fb40342d4b32152cedf32efe28b59ec3b932bd8 (patch) | |
tree | b64f05eb2182fd569334de196445bac33c2973b4 /configure | |
parent | 1b7b26e4748580dce3ec671ce7ed3d65a986cf9c (diff) |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6840,6 +6840,7 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa + mttcg="yes" ;; *) error_exit "Unsupported target CPU" |