mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 16:25:26 +00:00
Rely on pre-initialized dpkg-architecture variables.
Fixes lintian: debian-rules-sets-dpkg-architecture-variable See https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html for more details.
This commit is contained in:
parent
e23e7aec08
commit
583a094319
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -6,6 +6,7 @@ llvm-toolchain-9 (1:9.0.1~+rc2-1~exp2) UNRELEASED; urgency=medium
|
||||
path-hurd.diff, libcxxabi-arm-ehabi-fix.patch, libcxxabi-test-don-t-
|
||||
fail-extended-long-double.patch, revert-change-soname.diff, try-to-
|
||||
unbreak-thinlto.diff that are missing from debian/patches/series.
|
||||
* Rely on pre-initialized dpkg-architecture variables.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Dec 2019 21:02:49 +0100
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -33,11 +33,7 @@ DISTRO=$(shell lsb_release -sc)
|
||||
|
||||
DH_VERSION := $(shell dpkg -s debhelper | grep '^Version' | awk '{print $$2}')
|
||||
|
||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
|
||||
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
|
||||
LDFLAGS_EXTRA =
|
||||
CXXFLAGS_EXTRA =
|
||||
|
Loading…
Reference in New Issue
Block a user