pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust: move mipsel entry and improve comment.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Sun Sep 24 11:45:50 2023 +0000
Changeset: 8a2f1fc2d52c4d5e90a8338536bdcabc81f80f0b
Modified Files:
rust/do-cross.mk
Log Message:
rust: move mipsel entry and improve comment.
mipsel is currently disabled due to build issue.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a2f1fc2d52c4d5e90a8338536bdcabc81f80f0b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/do-cross.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/rust/do-cross.mk b/rust/do-cross.mk
index 450db35ee1..6b59749ac6 100644
--- a/rust/do-cross.mk
+++ b/rust/do-cross.mk
@@ -12,9 +12,11 @@ SHORT_TARGETS+= powerpc
SHORT_TARGETS+= arm64
SHORT_TARGETS+= arm64_be
SHORT_TARGETS+= i386
-#SHORT_TARGETS+= mipsel # produces mips32 (not mips1) executables
SHORT_TARGETS+= riscv64
+# can't find -latomic(!) late in the build:
+#SHORT_TARGETS+= mipsel # produces mips32 (not mips1) executables
+
# Conditional local overrides of ROOT.* variables:
.sinclude "local-roots.mk"
Home |
Main Index |
Thread Index |
Old Index