pkgsrc-WIP-changes archive

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

rust: enable the mipsel target in do-cross.mk.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Jan 12 11:58:16 2023 +0000
Changeset:	15216a49baea72af49d02ff20c7ad7169b476871

Modified Files:
	rust/do-cross.mk

Log Message:
rust: enable the mipsel target in do-cross.mk.

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

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

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

diffs:
diff --git a/rust/do-cross.mk b/rust/do-cross.mk
index da16f18035..0999e801af 100644
--- a/rust/do-cross.mk
+++ b/rust/do-cross.mk
@@ -13,7 +13,7 @@ SHORT_TARGETS+=		powerpc90
 SHORT_TARGETS+=		arm64
 SHORT_TARGETS+=		arm64_be
 SHORT_TARGETS+=		i386
-#SHORT_TARGETS+=	mipsel	# produces mips32 (not mips1) executables
+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