Date: Sun, 30 Nov 2025 11:23:12 +0000 From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d557b0968cb - main - lang/rust-bootstrap: enable on aarch64 Message-ID: <692c2920.d201.3a8b30ca@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d557b0968cb898395e9a816f9f0f3fb84f0a683 commit 0d557b0968cb898395e9a816f9f0f3fb84f0a683 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-11-30 10:56:26 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-11-30 11:23:06 +0000 lang/rust-bootstrap: enable on aarch64 Builds fine for all flavors. --- lang/rust-bootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 4fea2885270f..f0694e3a6143 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -19,7 +19,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= untested on other architectures BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692c2920.d201.3a8b30ca>
