mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-03 08:07:20 +00:00
Disable compiler-rt built-ins on x32
This commit is contained in:
parent
38ee75d254
commit
e69ad9421a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-13 (1:13.0.1-6) 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:37:04 +0200
|
||||
|
||||
llvm-toolchain-13 (1:13.0.1-5) unstable; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -195,6 +195,9 @@ endif
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),x32))
|
||||
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 += -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||
COMPILER_RT_USE_BUILTINS_LIBRARY := OFF
|
||||
LIBCXX_USE_COMPILER_RT := OFF
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
|
||||
|
Loading…
Reference in New Issue
Block a user