summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-07-25 19:54:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-24 22:43:15 +0000
commite9bf1bdac6cdcde840f19d6b40dbd9bdcb5ab9b2 (patch)
tree4b1aee218209444fad33a939998baff3582e8a1e
parentac6a9195cadc83a50cea376fc61268db6fc2f129 (diff)
parent76bd60b7dadda4f0f1f1e88afbe2e9dd551a6ef7 (diff)
downloadbuild-e9bf1bdac6cdcde840f19d6b40dbd9bdcb5ab9b2.zip
build-e9bf1bdac6cdcde840f19d6b40dbd9bdcb5ab9b2.tar.gz
build-e9bf1bdac6cdcde840f19d6b40dbd9bdcb5ab9b2.tar.bz2
Merge "Default to "prescott" as our baseline i686 host build architecture." into lmp-dev
-rw-r--r--core/combo/HOST_linux-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk
index c931937..3ca7443 100644
--- a/core/combo/HOST_linux-x86.mk
+++ b/core/combo/HOST_linux-x86.mk
@@ -31,7 +31,7 @@ endif # $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)gcc exists
$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
# We expect SSE3 floating point math.
-$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32 -Wa,--noexecstack
+$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32 -Wa,--noexecstack -march=prescott
$(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -m32 -Wl,-z,noexecstack
ifneq ($(strip $(BUILD_HOST_static)),)