Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b5261ac authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android Git Automerger
Browse files

am 6555580d: am ea503d21: Merge "Raise x86 arch requirement to prescott."

* commit '6555580d':
  Raise x86 arch requirement to prescott.
parents c5c60e2c 6555580d
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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 \