pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 26 10:04:51 UTC 2020

Modified Files:
        pkgsrc/lang/rust: platform.mk

Log Message:
rust: likely doesn't work on softfloat ARM, explicitly specify earmv7hf


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/rust/platform.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/platform.mk
diff -u pkgsrc/lang/rust/platform.mk:1.5 pkgsrc/lang/rust/platform.mk:1.6
--- pkgsrc/lang/rust/platform.mk:1.5    Thu Aug  6 11:42:56 2020
+++ pkgsrc/lang/rust/platform.mk        Sat Dec 26 10:04:51 2020
@@ -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