aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-07-18 17:34:14 -0700
committerStephen Hines <srhines@google.com>2014-07-18 17:34:43 -0700
commit1b50a12a81906f27ae8ea6e7cd81dd4bf3a365f8 (patch)
treebd0ea79565241b36d9dca20da7bd598d3cc62a14
parent60a0ba2b345720313d1beb0421db57ece75c063c (diff)
downloadbuild-1b50a12a81906f27ae8ea6e7cd81dd4bf3a365f8.tar.gz
Default to "prescott" as our baseline i686 host build architecture.
Bug: 16408818 Change-Id: I41760605bf9f4589859afd20cc96ccbedb6fe82c
-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 c931937d85..3ca7443e76 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)),)