OSDN Git Service

Add a 32-bit x86_64 arch variant
authorDan Willemsen <dwillemsen@google.com>
Tue, 10 May 2016 22:03:13 +0000 (15:03 -0700)
committerDan Willemsen <dwillemsen@google.com>
Tue, 10 May 2016 22:03:13 +0000 (15:03 -0700)
commitfb3fa9fc21f200a77cd4b4d1df01302ade359d1c
tree16b9ec94046bc1d2372554bf9ee3bf8544cd6759
parent138339be1da9b0f34befe3751b0bae874d7253db
Add a 32-bit x86_64 arch variant

The current 32-bit configuration for generic x86_64 targets inherits
some variables (SSE4 support) from the 64-bit configuration, and
overrides the make variables used for other configurations (SSSE3).
Ideally, these would be using different variables, but until then, unify
the configuration for x86_64 targets so that everything is consistent.

Bug: 28694691
Change-Id: I28efa1834f58dd2a771796c58f536d249ccf2d91
BoardConfig.mk