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:           Tue Mar 17 07:02:08 UTC 2026

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

Log Message:
rust: pretend not to work on armv6

right now cargo-c doesn't build on armv6 and the pbulk fallout is
quite large.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/lang/rust/platform.mk:1.35
--- pkgsrc/lang/rust/platform.mk:1.34   Thu Oct  2 16:59:50 2025
+++ pkgsrc/lang/rust/platform.mk        Tue Mar 17 07:02:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.34 2025/10/02 16:59:50 nia Exp $
+# $NetBSD: platform.mk,v 1.35 2026/03/17 07:02:08 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>8
-.for rust_arch in aarch64 earmv6hf earmv7hf i386 powerpc riscv64 sparc64 x86_64
+.for rust_arch in aarch64 earmv7hf i386 powerpc riscv64 sparc64 x86_64
 .  for rust_os in Darwin FreeBSD Linux NetBSD SunOS
 .    if ${OPSYS} != "NetBSD" || empty(OS_VERSION:M[0-8].*)
 RUST_PLATFORMS+=       ${rust_os}-*-${rust_arch}



Home | Main Index | Thread Index | Old Index