mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
Use ABI time64 to avoid a transition for a new package
This commit is contained in:
parent
0e510a0940
commit
aa3c31fb57
2
debian/rules
vendored
2
debian/rules
vendored
@ -5,6 +5,8 @@ PROJECTS = clang;clang-tools-extra;lld;cross-project-tests;mlir
|
|||||||
# openmp & libunwind aren't enabled for every platform
|
# openmp & libunwind aren't enabled for every platform
|
||||||
RUNTIMES = compiler-rt;libcxx;libcxxabi
|
RUNTIMES = compiler-rt;libcxx;libcxxabi
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS=abi=+time64
|
||||||
|
|
||||||
TARGET_BUILD := build-llvm
|
TARGET_BUILD := build-llvm
|
||||||
TARGET_BUILD_STAGE2 := $(TARGET_BUILD)/tools/clang/stage2-bins
|
TARGET_BUILD_STAGE2 := $(TARGET_BUILD)/tools/clang/stage2-bins
|
||||||
DEB_INST := $(CURDIR)/debian/tmp/
|
DEB_INST := $(CURDIR)/debian/tmp/
|
||||||
|
Loading…
Reference in New Issue
Block a user