am 574284db: am 8bb12127: Merge "Don\'t use an STL for libm."

* commit '574284dbf27a58cb4c4be97a0a8a09f56fe65f52':
  Don't use an STL for libm.
This commit is contained in:
Dan Albert 2014-10-16 16:10:05 +00:00 committed by Android Git Automerger
commit cec6fd91cd

View File

@ -295,6 +295,7 @@ LOCAL_SRC_FILES_mips := mips/fenv.c
LOCAL_C_INCLUDES_mips64 := $(libm_ld_includes)
LOCAL_SRC_FILES_mips64 := mips/fenv.c $(libm_ld_src_files)
LOCAL_CXX_STL := none
include $(BUILD_STATIC_LIBRARY)
#
@ -312,6 +313,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES := libm
LOCAL_NATIVE_COVERAGE := $(bionic_coverage)
LOCAL_CXX_STL := none
# We'd really like to do this for all architectures, but since this wasn't done
# before, these symbols must continue to be exported on LP32 for binary
# compatibility.