git: 0f2b3db66aa3 - main - lang/rust-bootstrap: enable on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 15:32:46 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f2b3db66aa3abe6fd18c54b348562590c5b8afd commit 0f2b3db66aa3abe6fd18c54b348562590c5b8afd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-01-28 15:32:40 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-01-28 15:32:40 +0000 lang/rust-bootstrap: enable on powerpc64 All the flavors (apart from armv7, for which no armv7-freebsd-sysroot is available on big-endian) build. --- 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 9d8607570f31..64889afe8625 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 powerpc64le +ONLY_FOR_ARCHS= 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} \