git: 30308e890211 - main - lang/rust-bootstrap: remove old armv6-related entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Dec 2022 21:17:59 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=30308e890211811f67c3f7a8fed2cafdd3863e74 commit 30308e890211811f67c3f7a8fed2cafdd3863e74 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-12-29 21:17:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-12-29 21:17:59 +0000 lang/rust-bootstrap: remove old armv6-related entry --- lang/rust-bootstrap/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 316dc5ca71d4..9d8607570f31 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -53,7 +53,6 @@ _RUST_TARGET= ${_RUST_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl} _RUST_LLVM_TARGET= ${_RUST_LLVM_TARGET_${FLAVOR}} _RUST_LLVM_TARGET_aarch64= AArch64 _RUST_LLVM_TARGET_amd64= X86 -_RUST_LLVM_TARGET_armv6= ARM _RUST_LLVM_TARGET_armv7= ARM _RUST_LLVM_TARGET_i386= X86 _RUST_LLVM_TARGET_powerpc64= PowerPC