mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 15:03:59 +00:00
* Build without z3 on sh4 (ftbfs).
This commit is contained in:
parent
9947c34d08
commit
040529cc72
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Also explicitly link with -latomic on mips64el.
|
||||
* Disable openmp on loong64 (ld: cannot find -lomptarget.rtl.host).
|
||||
* Build without z3 on sh4 (ftbfs).
|
||||
|
||||
-- Matthias Klose <doko@debian.org> Sat, 31 Aug 2024 20:22:25 +0200
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
ocaml-findlib [amd64 arm64 ppc64el riscv64 s390x],
|
||||
libctypes-ocaml-dev [amd64 arm64 ppc64el riscv64 s390x],
|
||||
dh-exec, dh-ocaml [amd64 arm64 ppc64el riscv64 s390x],
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev [!sh4],
|
||||
# "| hello" is for older buster/bionic distros without spirv support
|
||||
# We need to keep the constraints coherent between the two alternatives, otherwise
|
||||
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
ocaml-findlib [@OCAML_ARCHS@],
|
||||
libctypes-ocaml-dev [@OCAML_ARCHS@],
|
||||
dh-exec, dh-ocaml [@OCAML_ARCHS@],
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev [!sh4],
|
||||
# "| hello" is for older buster/bionic distros without spirv support
|
||||
# We need to keep the constraints coherent between the two alternatives, otherwise
|
||||
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -191,8 +191,7 @@ endif
|
||||
|
||||
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' libz3-dev) gt 4.7.0; echo $$?),0)
|
||||
# no ocaml support in main for Ubuntu
|
||||
ifeq ($(DERIVATIVE),Debian)
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH),sh4))
|
||||
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=ON
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user