am 51e55c1d: Revert "Continue to use march=i686 before fix of g++ ICE."

* commit '51e55c1d22576de38ca4b65deaded7b3a1af8387':
  Revert "Continue to use march=i686 before fix of g++ ICE."
This commit is contained in:
Chih-hung Hsieh 2014-10-30 16:08:20 +00:00 committed by Android Git Automerger
commit 1834008417
1 changed files with 2 additions and 6 deletions

View File

@ -13,11 +13,7 @@ ARCH_X86_HAVE_MOVBE := false
ARCH_X86_HAVE_POPCNT := false
# Some intrinsic functions used by libcxx only exist for prescott or newer CPUs,
# when compiled with clang/llvm.
# But g++ could have internal error with march=prescott. So we will use
# march=i686 until the g++ error is fixed or all Android modules can work around
# that problem, see b/18174291.
# Some intrinsic functions used by libcxx only exist for prescott or newer CPUs.
arch_variant_cflags := \
-march=i686 \
-march=prescott \