mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
Enable COMPILER_RT_BUILD_BUILTINS for armel
According to upstream commit aadec60ad9b81f00cf6fcdcbff61f1144d206769, starting with LLVM 17, armv4t is now supported. (untested)
This commit is contained in:
parent
e20f4b1bba
commit
1b0abffef7
3
debian/rules
vendored
3
debian/rules
vendored
@ -178,9 +178,6 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),armel))
|
|||||||
# https://wiki.debian.org/ArmEabiPort
|
# https://wiki.debian.org/ArmEabiPort
|
||||||
CFLAGS_EXTRA += -march=armv5t
|
CFLAGS_EXTRA += -march=armv5t
|
||||||
CXXFLAGS_EXTRA += -march=armv5t
|
CXXFLAGS_EXTRA += -march=armv5t
|
||||||
# disable compiler-rt builtins (not supported for baseline armel arch: armv5t)
|
|
||||||
# See http://lists.llvm.org/pipermail/llvm-dev/2016-May/099761.html
|
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
|
||||||
COMPILER_RT_USE_BUILTINS_LIBRARY := OFF
|
COMPILER_RT_USE_BUILTINS_LIBRARY := OFF
|
||||||
LIBCXX_USE_COMPILER_RT := OFF
|
LIBCXX_USE_COMPILER_RT := OFF
|
||||||
# disable scudo standalone (not supported for baseline armel arch: armv5t)
|
# disable scudo standalone (not supported for baseline armel arch: armv5t)
|
||||||
|
Loading…
Reference in New Issue
Block a user