OSDN Git Service

Default to "prescott" as our baseline i686 host build architecture.
authorStephen Hines <srhines@google.com>
Sat, 19 Jul 2014 00:34:14 +0000 (17:34 -0700)
committerStephen Hines <srhines@google.com>
Sat, 19 Jul 2014 00:34:43 +0000 (17:34 -0700)
Bug: 16408818

Change-Id: I41760605bf9f4589859afd20cc96ccbedb6fe82c

core/combo/HOST_linux-x86.mk

index c931937..3ca7443 100644 (file)
@@ -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)),)