diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:15 +0000 |
commit | c9ba2bd78cb4847ad67aa9e99a3e81c7bfbcbfca (patch) | |
tree | 06ee9acd1db417c129de82c99824f86558d2e13e /debian/rules | |
parent | Releasing progress-linux version 1.70.0+dfsg1-7~progress7.99u1. (diff) | |
download | rustc-c9ba2bd78cb4847ad67aa9e99a3e81c7bfbcbfca.tar.xz rustc-c9ba2bd78cb4847ad67aa9e99a3e81c7bfbcbfca.zip |
Merging debian version 1.70.0+dfsg1-8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8384119b3..b728731aa 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ ifeq (armhf,$(DEB_TARGET_ARCH)) CLANG_RT_ARCH = armhf endif -ifneq (,$(filter $(DEB_TARGET_ARCH), sparc64 mips64el))) +ifneq (,$(filter $(DEB_TARGET_ARCH),sparc64 mips64el)) # sparc64: see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061125 # mips64el: has profiler, but buggy atm (32-bit overflow in some counter?) CLANG_RT_ARCH = |