Since Clang-4579689, crt libraries use i386 instead of i686. Update the hardcoded paths to the new names. Bug: 72942266 Test: N/A Change-Id: I24f8f5742ac2fecd374fdaa3be8a11f410d31cbf
2 lines
98 B
Makefile
2 lines
98 B
Makefile
$(clang_2nd_arch_prefix)HOST_CROSS_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i386.a
|