aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2017-02-24 09:12:43 +1100
committerRichard Henderson <rth@twiddle.net>2017-02-28 11:41:46 +1100
commit5ee4f3c2c750ce55f825116610beb3340daedeca (patch)
treef2b2b6ae34634b491cd3b358262418a8fe73fb8e /configure
parent8f2d7c341184a95d05476ea3c45dbae2b9ddbe51 (diff)
target/alpha: Enable MTTCG by default
Alpha has a weak memory ordering and issues all of the required barriers. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index df58e91285..6c21975f02 100755
--- a/configure
+++ b/configure
@@ -5894,6 +5894,7 @@ case "$target_name" in
TARGET_BASE_ARCH=i386
;;
alpha)
+ mttcg="yes"
;;
arm|armeb)
TARGET_ARCH=arm