From 650f0c49ac4aff3c9f871cd041042ae28b7e1e0a Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Fri, 22 May 2015 22:28:59 +0000 Subject: Revert "Switch to using ELF-64 for 64-bit architectures." This reverts commit a3a49fe863e0bcf423ed0b4082136d1439fb2e79. Change-Id: I0afabec15f5d9110de0d4105cbab7d040f2b86e2 --- compiler/driver/compiler_driver.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 7cb7489d65..47288b5098 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -74,8 +74,8 @@ namespace art { static constexpr bool kTimeCompileMethod = !kIsDebugBuild; -// Whether to produce 64-bit ELF files for 64-bit targets. -static constexpr bool kProduce64BitELFFiles = true; +// Whether to produce 64-bit ELF files for 64-bit targets. Leave this off for now. +static constexpr bool kProduce64BitELFFiles = false; // Whether classes-to-compile and methods-to-compile are only applied to the boot image, or, when // given, too all compilations. -- cgit v1.2.3-59-g8ed1b