pkgsrc-WIP-changes archive

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

rust178: comment out aarch64_be, does not build.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun May 5 08:43:27 2024 +0000
Changeset:	5c2aff8c5e2e9854e67b55378521593b78a84afa

Modified Files:
	rust178/do-cross.mk

Log Message:
rust178: comment out aarch64_be, does not build.

There's an issue with use of "neon" instructions, and once that's
dealt with, the use of the SIMD constructs in a third-party crate
remains, so just comment it out for now.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c2aff8c5e2e9854e67b55378521593b78a84afa

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

diffstat:
 rust178/do-cross.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust178/do-cross.mk b/rust178/do-cross.mk
index 19e064730c..2c8bbec90d 100644
--- a/rust178/do-cross.mk
+++ b/rust178/do-cross.mk
@@ -10,7 +10,7 @@ SHORT_TARGETS+=		armv6
 SHORT_TARGETS+=		sparc64
 SHORT_TARGETS+=		powerpc
 SHORT_TARGETS+=		arm64
-SHORT_TARGETS+=		arm64_be
+#SHORT_TARGETS+=		arm64_be
 SHORT_TARGETS+=		i386
 SHORT_TARGETS+=		riscv64
 #SHORT_TARGETS+=		mipsel	# produces mips32 (not mips1) executables


Home | Main Index | Thread Index | Old Index