aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
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.inc1
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.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 471267b3435f..e131cc463bc8 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -148,8 +148,7 @@ KNOWN_ARCHES?= aarch64/arm64 \
powerpc64/powerpc \
powerpc64le/powerpc \
powerpcspe/powerpc \
- riscv64/riscv \
- riscv64sf/riscv
+ riscv64/riscv
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}