platform_build/target/board/generic_x86
Andrew Hsieh b968c85edf Set generic_x86/BoardConfig.mk TARGET_ARCH_VARIANT to x86
Change TARGET_ARCH_VARIANT from x86-atom to x86, for the reason
that atom-specific instruciton like "movbe" isn't "generic" to
x86 Android devices and x86 host running emulator-x86, which may
crash non-atom host in VT because "movbe" isn't supported natively.

Also revert previous fix in TARGET_linux-x86.mk which conservatively
disable "movbe" across the board

Change-Id: Ief93a3585566ffae558fcdc29741e6213a048d7d
2012-05-21 14:27:59 +08:00
..
BoardConfig.mk Set generic_x86/BoardConfig.mk TARGET_ARCH_VARIANT to x86 2012-05-21 14:27:59 +08:00
device.mk Merge 8664008c to master 2012-04-24 14:47:45 -07:00
README.txt x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00
system.prop x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00

The "generic_x86" product defines a non-hardware-specific IA target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the IA version of the emulator,

It is not a product "base class"; no other products inherit
from it or use it in any way.