diff options
author | David 'Digit' Turner <digit@google.com> | 2011-12-13 17:21:56 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2011-12-14 18:08:47 +0100 |
commit | 6371da10f85471d9530e53367027078d305fe832 (patch) | |
tree | d0373551c71c9d83d7d4d24743ccbb429abc2457 /core/java.mk | |
parent | ec7a6448c67ca63a445bdf72a8fa705c690cd390 (diff) | |
download | build-6371da10f85471d9530e53367027078d305fe832.zip build-6371da10f85471d9530e53367027078d305fe832.tar.gz build-6371da10f85471d9530e53367027078d305fe832.tar.bz2 |
x86: Refine the way we configure the x86 build.
This is the result of a recent conversation around the x86 ABI
and its relationship with how we build platform images. Briefly:
- We want to use feature-based macros like ARCH_X86_HAVE_$FEATURE
instead of relying on explicit compiler macros like -DUSE_$FEATURE
- We want to allow for other x86-based arch variants, e.g. if
someone wants to build Android for a CPU that doesn't support
the NDK x86 ABI. However, we need to ensure these are not
tagged compatible by mistake (see check at the end of TARGET_linux-x86.mk)
- There are several flags which use is dubious now that we have
a dedicated toolchain to build all the x86 stuff. Comment them
as 'to be considered for removal'. We'll do the proper checks
later.
Change-Id: I7768d7c34d73e274cbf4c09ae831b55280d6bb58
Diffstat (limited to 'core/java.mk')
0 files changed, 0 insertions, 0 deletions