mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 08:15:28 +00:00
remove the llvm spir check
This commit is contained in:
parent
f3ac06d324
commit
5ccf04cb42
5
debian/rules
vendored
5
debian/rules
vendored
@ -467,11 +467,6 @@ preconfigure:
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$(DISTRO)" = "bookworm" -a "$(LLVM_SPIRV_INSTALLED)" = "no"; then \
|
|
||||||
echo "llvm spriv isn't detected while it should probably for this distro"; \
|
|
||||||
exit 1; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
@echo "DEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH)"
|
@echo "DEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH)"
|
||||||
@echo "DEB_HOST_GNU_TYPE=$(DEB_HOST_GNU_TYPE)"
|
@echo "DEB_HOST_GNU_TYPE=$(DEB_HOST_GNU_TYPE)"
|
||||||
@echo "DEB_HOST_ARCH_BITS=$(DEB_HOST_ARCH_BITS)"
|
@echo "DEB_HOST_ARCH_BITS=$(DEB_HOST_ARCH_BITS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user