summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2015-06-01 15:35:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-06-01 15:35:07 +0000
commit7b9f214463b9a5a49b497421713efead3fb32ec4 (patch)
tree40a1762d4e45bc04842208e664d5dd07cfad735e /compiler/driver/compiler_driver.cc
parentc2ec62874804f341439455fb00a128010139d0fc (diff)
parentce0db62f8150afd3cf9f615490ebde762b3afa6d (diff)
Merge "Revert "Revert "Switch to using ELF-64 for 64-bit architectures."""
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 5ff8a53de9..22fcf87524 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -76,8 +76,8 @@ namespace art {
static constexpr bool kTimeCompileMethod = !kIsDebugBuild;
-// Whether to produce 64-bit ELF files for 64-bit targets. Leave this off for now.
-static constexpr bool kProduce64BitELFFiles = false;
+// Whether to produce 64-bit ELF files for 64-bit targets.
+static constexpr bool kProduce64BitELFFiles = true;
// Whether classes-to-compile and methods-to-compile are only applied to the boot image, or, when
// given, too all compilations.