Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144463199
D23812.id68728.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
949 B
Referenced Files
None
Subscribers
None
D23812.id68728.diff
View Options
Index: sys/conf/Makefile.riscv
===================================================================
--- sys/conf/Makefile.riscv
+++ sys/conf/Makefile.riscv
@@ -19,7 +19,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 600012
+%VERSREQ= 600017
.if !defined(S)
S= ../../..
Index: sys/conf/kern.mk
===================================================================
--- sys/conf/kern.mk
+++ sys/conf/kern.mk
@@ -306,4 +306,5 @@
LD_EMULATION_powerpcspe= elf32ppc_fbsd
LD_EMULATION_powerpc64= elf64ppc_fbsd
LD_EMULATION_riscv64= elf64lriscv
+LD_EMULATION_riscv64sf= elf64lriscv
LD_EMULATION=${LD_EMULATION_${MACHINE_ARCH}}
Index: sys/riscv/conf/GENERICSF
===================================================================
--- /dev/null
+++ sys/riscv/conf/GENERICSF
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+#NO_UNIVERSE
+
+include "GENERIC"
+ident GENERICSF
+
+# Just like generic, but with a riscv64sf MACHINE_ARCH
+machine riscv riscv64sf
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 2:06 PM (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28586666
Default Alt Text
D23812.id68728.diff (949 B)
Attached To
Mode
D23812: Add a soft-float riscv kernel config
Attached
Detach File
Event Timeline
Log In to Comment