Require x86inc.asm
authorJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 01:03:27 +0000 (18:03 -0700)
committerJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 01:55:12 +0000 (18:55 -0700)
commitd11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f
tree3fc523714f9d5100bafcb65469a7d5283e98a9fb
parent046226376533b610ddc700f14409f195aa6abd51
Require x86inc.asm

Force enable x86inc.asm when building for x86. Previously there were
compatibility issues so a flag was added to simplify disabling this
code.

The known issues have been resolved and x86inc.asm is the preferred
abstraction layer (over x86_abi_support.asm).

BUG=b:29583530

Change-Id: Ib935e97b37ffb22d7af72ba0f04564ae6280f1fd
build/make/configure.sh