aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-29 21:17:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-29 21:17:59 +0000
commit30308e890211811f67c3f7a8fed2cafdd3863e74 (patch)
tree7b9a99687d4bcde004e7d9a06accb4ce8e6494da
parentbeba8b0b8d2c969c885ab0e92e19fd75339c5381 (diff)
downloadports-30308e890211811f67c3f7a8fed2cafdd3863e74.tar.gz
ports-30308e890211811f67c3f7a8fed2cafdd3863e74.zip
lang/rust-bootstrap: remove old armv6-related entry
-rw-r--r--lang/rust-bootstrap/Makefile1
1 files changed, 0 insertions, 1 deletions
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