platform_build/core/combo
Andrew Hsieh 112a674798 Add -mno-movbe to disable "movbe" instruction from code-gen
Intruction "movbe" (move data after swapping bytes) is only available in
Intel atom.  Disable it for more general x86 devices and x86 hosts which
run emulator-x86.  Although emulator-x86 can support "movbe", most of
the time we want to run emulator-x86 with VT support for speed (with KVM
in Linux, or HAXM in Windows/MacOSX).  The presence of "movbe" can crash
emulator-x86 in VT because non-atom host doesn't have it natively.

Change-Id: I86e037900ddcb8d544f92b8d8464c8627347e560
2012-05-18 15:53:35 +08:00
..
arch Enable TLS register by default for ARMv7a arch 2012-02-21 09:17:18 -08:00
HOST_darwin-x86.mk am b031afab: am bf3d3287: Merge "Use the same compilation flags on OS X 10.8 as 10.7" 2012-05-07 13:59:56 -07:00
HOST_linux-x86.mk On linux, always use the prebuilt host toolchain 2012-04-20 19:04:56 -07:00
HOST_windows-x86.mk BUILD_HOST_64bit=1 to build host tools in 64-bit 2012-02-28 10:24:39 -08:00
javac.mk Fix the build: properly detect the BUILD OS version of Java, not the host one. 2010-06-12 11:44:48 -07:00
select.mk Reference the new prebuilt ccache location. 2012-01-09 11:52:23 -08:00
TARGET_linux-arm.mk stop using a custom linker script for static executables. 2012-05-15 10:40:35 -07:00
TARGET_linux-sh.mk Include toolchain makefile based on the current config. 2012-01-06 11:59:30 -08:00
TARGET_linux-x86.mk Add -mno-movbe to disable "movbe" instruction from code-gen 2012-05-18 15:53:35 +08:00