* Remove armhf from spirv architecture list, llvm-spirv-16 fails to build on raspbian.
* Don't build sanitiser support in compiler_rt on armhf, it fails to link
on raspbian.
+ * Don't fail build if chrpath fails.
-- Peter Michael Green <plugwash@raspbian.org> Sat, 16 Mar 2024 12:15:03 +0000
ifeq (,$(filter $(DEB_HOST_ARCH), powerpc powerpcspe sparc sparc64))
ifneq (,$(filter $(DEB_HOST_ARCH_OS),linux))
# To fix custom-library-search-path
- chrpath -d $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)*/lib/linux/*.so
+ -chrpath -d $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)*/lib/linux/*.so
endif
endif