forked from openkylin/platform_build
am 3b5261ac: am 6555580d: am ea503d21: Merge "Raise x86 arch requirement to prescott."
* commit '3b5261ac75f7d8d912e92fcdfdd76534a9bbe41b': Raise x86 arch requirement to prescott.
This commit is contained in:
commit
66cca24a2c
|
@ -13,11 +13,7 @@ ARCH_X86_HAVE_MOVBE := false
|
|||
ARCH_X86_HAVE_POPCNT := false
|
||||
|
||||
|
||||
# XXX: This flag is probably redundant, because it should be set by default
|
||||
# by our toolchain binaries. However, there have been reports that this may
|
||||
# not always work as intended, so keep it unless we have the time to check
|
||||
# everything properly.
|
||||
|
||||
# Some intrinsic functions used by libcxx only exist for prescott or newer CPUs.
|
||||
arch_variant_cflags := \
|
||||
-march=i686 \
|
||||
-march=prescott \
|
||||
|
||||
|
|
Loading…
Reference in New Issue