mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00
Fix time64 regex in the right place
This commit is contained in:
parent
e973cca72f
commit
a9eb2f4051
7
debian/rules
vendored
7
debian/rules
vendored
@ -5,9 +5,6 @@ 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
|
||||||
|
|
||||||
# remove once the time64_t transition starts
|
|
||||||
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/
|
||||||
@ -68,7 +65,9 @@ CONFIGURE_EXTRA =
|
|||||||
|
|
||||||
# dpkg-buildflags support
|
# dpkg-buildflags support
|
||||||
# disable fixfilepath in favor of the llvm-project supplied flavor, disable lto
|
# disable fixfilepath in favor of the llvm-project supplied flavor, disable lto
|
||||||
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto
|
# remove once the time64_t transition starts
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto abi=+time64
|
||||||
|
|
||||||
# these are handled on a per stage / build basis
|
# these are handled on a per stage / build basis
|
||||||
ifeq ($(VENDOR)-$(DEB_HOST_ARCH),Ubuntu-ppc64el)
|
ifeq ($(VENDOR)-$(DEB_HOST_ARCH),Ubuntu-ppc64el)
|
||||||
export DEB_CFLAGS_MAINT_STRIP = -g -O3
|
export DEB_CFLAGS_MAINT_STRIP = -g -O3
|
||||||
|
Loading…
Reference in New Issue
Block a user