aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-04-12 18:09:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-04-12 18:09:27 +0000
commit1ca12bd927d76f5a1b9aad2c72f673a3b01919c0 (patch)
tree2a32358c333dfdf6272c0bd903275a5f1ae0c74f /Makefile
parent29e3a06510823edbb91667d21f530d3ec778116d (diff)
downloadsrc-1ca12bd927d76f5a1b9aad2c72f673a3b01919c0.tar.gz
src-1ca12bd927d76f5a1b9aad2c72f673a3b01919c0.zip
Remove the riscv64sf architecture.
Reviewed by: jrtc27, arichardson, br, kp, imp, emaste Differential Revision: https://reviews.freebsd.org/D39496
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e474ad04e61..8232041e0a35 100644
--- a/Makefile
+++ b/Makefile
@@ -525,7 +525,7 @@ _UNIVERSE_TARGETS= ${TARGETS}
TARGET_ARCHES_arm?= armv6 armv7
TARGET_ARCHES_arm64?= aarch64
TARGET_ARCHES_powerpc?= powerpc powerpc64 powerpc64le ${EXTRA_ARCHES_powerpc}
-TARGET_ARCHES_riscv?= riscv64 riscv64sf
+TARGET_ARCHES_riscv?= riscv64
.for target in ${TARGETS}
TARGET_ARCHES_${target}?= ${target}
.endfor