Merge "Compiler-rt libraries now use i386 instead of i686"

This commit is contained in:
Yi Kong 2018-02-08 08:21:54 +00:00 committed by Gerrit Code Review
commit b5751e4bd7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
$(clang_2nd_arch_prefix)HOST_CROSS_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i686.a
$(clang_2nd_arch_prefix)HOST_CROSS_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i386.a

View File

@ -1 +1 @@
$(clang_2nd_arch_prefix)HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i686.a
$(clang_2nd_arch_prefix)HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i386.a