mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-29 07:15:29 +00:00
Disable compiler-rt built-ins on x32
This commit is contained in:
parent
4f6947b5a7
commit
a142ae4302
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-14 (1:14.0.4-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* Disable compiler-rt built-ins on x32
|
||||||
|
|
||||||
|
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 01 Jun 2022 07:34:47 +0200
|
||||||
|
|
||||||
llvm-toolchain-14 (1:14.0.4-3) unstable; urgency=medium
|
llvm-toolchain-14 (1:14.0.4-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix GRPC installation path and files
|
* Fix GRPC installation path and files
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -202,6 +202,9 @@ endif
|
|||||||
ifneq (,$(filter $(DEB_HOST_ARCH),x32))
|
ifneq (,$(filter $(DEB_HOST_ARCH),x32))
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=x86_64-linux-gnux32
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=x86_64-linux-gnux32
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-linux-gnux32
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-linux-gnux32
|
||||||
|
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||||
|
COMPILER_RT_USE_BUILTINS_LIBRARY := OFF
|
||||||
|
LIBCXX_USE_COMPILER_RT := OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
|
ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
|
||||||
|
Loading…
Reference in New Issue
Block a user