From aa3c31fb57ac42d2e95bc1d100dc9e7145ada8b8 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 5 Feb 2024 07:59:33 +0100 Subject: [PATCH] Use ABI time64 to avoid a transition for a new package --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a7240e81..200a469e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ PROJECTS = clang;clang-tools-extra;lld;cross-project-tests;mlir # openmp & libunwind aren't enabled for every platform RUNTIMES = compiler-rt;libcxx;libcxxabi +export DEB_BUILD_MAINT_OPTIONS=abi=+time64 + TARGET_BUILD := build-llvm TARGET_BUILD_STAGE2 := $(TARGET_BUILD)/tools/clang/stage2-bins DEB_INST := $(CURDIR)/debian/tmp/