am d807b9a1: Merge "Use gcc to build and test x86_64 long double code."

* commit 'd807b9a12d3e49132b095df3d883618452033b51':
  Use gcc to build and test x86_64 long double code.
This commit is contained in:
Chih-Hung Hsieh
2015-06-24 00:40:16 +00:00
committed by Android Git Automerger
3 changed files with 20 additions and 2 deletions

View File

@@ -137,6 +137,11 @@ libBionicStandardTests_static_libraries := \
libBionicStandardTests_ldlibs_host := \
-lrt \
# Clang/llvm has incompatible long double (fp128) for x86_64.
# https://llvm.org/bugs/show_bug.cgi?id=23897
# This affects most of math_test.cpp.
libBionicStandardTests_clang_target := false
module := libBionicStandardTests
module_tag := optional
build_type := target