Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee5160c authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 786c565e: am 38470c3f: Merge "Default to "prescott" as our baseline i686...

am 786c565e: am 38470c3f: Merge "Default to "prescott" as our baseline i686 host build architecture."

* commit '786c565e':
  Default to "prescott" as our baseline i686 host build architecture.
parents 6dded0d4 786c565e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)),)