OSDN Git Service

Add a 32-bit x86_64 arch variant
authorDan Willemsen <dwillemsen@google.com>
Tue, 10 May 2016 21:08:45 +0000 (14:08 -0700)
committerDan Willemsen <dwillemsen@google.com>
Tue, 10 May 2016 21:15:41 +0000 (14:15 -0700)
commit04aa521ecab87340a477c2a463c6fb77251796bd
tree3b6b9ea9e86416cb22832e142a1fa5df3f0dc851
parentaf14b921afc607200c086d0326ae4cb11bbd0545
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: I47e67299d4c632e7491d7e73dc0fc6480ef08006
core/combo/arch/x86/x86_64.mk [new file with mode: 0644]
target/board/generic_x86_64/BoardConfig.mk