Module Name: src
Committed By: simonb
Date: Tue May 11 09:21:25 UTC 2021
Modified Files:
src/sys/arch/mips/conf: std.octeon
Log Message:
Revert rev 1.5 - put the NOFPU option back. Older cnMIPS cores don't
have an FPU.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/conf/std.octeon
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/conf/std.octeon
diff -u src/sys/arch/mips/conf/std.octeon:1.5 src/sys/arch/mips/conf/std.octeon:1.6
--- src/sys/arch/mips/conf/std.octeon:1.5 Sun Apr 18 12:05:29 2021
+++ src/sys/arch/mips/conf/std.octeon Tue May 11 09:21:24 2021
@@ -1,4 +1,4 @@
-# $NetBSD: std.octeon,v 1.5 2021/04/18 12:05:29 simonb Exp $
+# $NetBSD: std.octeon,v 1.6 2021/05/11 09:21:24 simonb Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -10,6 +10,7 @@ options MIPS3_ENABLE_CLOCK_INTR
makeoptions LP64="yes"
options MIPS64R2
+options NOFPU # No FPU
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_ELF64 # exec ELF64 binaries
options COMPAT_NETBSD32