Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 117007fc authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "LLVM_RTLIB_PATH should not hard code linux"

parents c21c709f 8d3c6cda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## Clang configurations.

LLVM_RTLIB_PATH := $(LLVM_PREBUILTS_PATH)/../lib64/clang/$(LLVM_RELEASE_VERSION)/lib/linux/
LLVM_RTLIB_PATH := $(LLVM_PREBUILTS_PATH)/../lib64/clang/$(LLVM_RELEASE_VERSION)/lib/$(HOST_OS)/

define convert-to-clang-flags
$(strip $(filter-out $(CLANG_CONFIG_UNKNOWN_CFLAGS),$(1)))