diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:14 +0000 |
commit | fed10146bebe14d0cc75db3b968a20b4617d98c9 (patch) | |
tree | bee4d941ee68132e11e8d54807984dfbe362c61c /debian/rules | |
parent | Adding debian version 1.70.0+dfsg1-7. (diff) | |
download | rustc-fed10146bebe14d0cc75db3b968a20b4617d98c9.tar.xz rustc-fed10146bebe14d0cc75db3b968a20b4617d98c9.zip |
Adding debian version 1.70.0+dfsg1-8.debian/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 = |