pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: likely doesn't work on softfloat ARM, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/25307621417f
branches: trunk
changeset: 443833:25307621417f
user: nia <nia%pkgsrc.org@localhost>
date: Sat Dec 26 10:04:51 2020 +0000
description:
rust: likely doesn't work on softfloat ARM, explicitly specify earmv7hf
diffstat:
lang/rust/platform.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f04347aa813f -r 25307621417f lang/rust/platform.mk
--- a/lang/rust/platform.mk Sat Dec 26 10:02:39 2020 +0000
+++ b/lang/rust/platform.mk Sat Dec 26 10:04:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.5 2020/08/06 11:42:56 jperkin Exp $
+# $NetBSD: platform.mk,v 1.6 2020/12/26 10:04:51 nia Exp $
# This file encodes whether a given platform has support for rust.
@@ -8,7 +8,7 @@
.if !defined(PLATFORM_SUPPORTS_RUST)
# Rust needs NetBSD>7
-. for rust_arch in aarch64 armv7 i386 powerpc sparc64 x86_64
+. for rust_arch in aarch64 earmv7hf i386 powerpc sparc64 x86_64
. for rust_os in Darwin FreeBSD Linux NetBSD SunOS
# rust fails to build on NetBSD/earmv7
# http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54621
Home |
Main Index |
Thread Index |
Old Index