diff mbox series

[4/4] configure: enable mttcg for x86_64

Message ID 20180814013801.26036-5-cota@braap.org
State New
Headers show
Series x86_64 mttcg | expand

Commit Message

Emilio Cota Aug. 14, 2018, 1:38 a.m. UTC
Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 configure | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configure b/configure
index 2a7796ea80..db216bafb1 100755
--- a/configure
+++ b/configure
@@ -6935,6 +6935,7 @@  case "$target_name" in
     TARGET_BASE_ARCH=i386
     gdb_xml_files="i386-64bit.xml i386-64bit-core.xml i386-64bit-sse.xml"
     target_compiler=$cross_cc_x86_64
+    mttcg="yes"
   ;;
   alpha)
     mttcg="yes"