Bug 1726453 - Don't set LLVM_LIBDIR_SUFFIX=64 when building android-cross clang. r=firefox-build-system-reviewers,mhentges
It's an unnecessary difference with our other clang builds. It looks like it was cargo-culted from some external script. It makes the android-cross clang different in the way it finds e.g. compiler runtimes, some of which are in lib/, and others in lib64/, and only the latter are actually found. Differential Revision: https://phabricator.services.mozilla.com/D123017
This commit is contained in:
@@ -367,10 +367,6 @@ def build_one_stage(
|
||||
# Android; we now have to provide all the necessary compiler switches to
|
||||
# make that work.
|
||||
if is_final_stage and android_targets:
|
||||
cmake_args += [
|
||||
"-DLLVM_LIBDIR_SUFFIX=64",
|
||||
]
|
||||
|
||||
android_link_flags = "-fuse-ld=lld"
|
||||
|
||||
for target, cfg in android_targets.items():
|
||||
|
||||
Reference in New Issue
Block a user