Module Name: src
Committed By: simonb
Date: Sun Apr 18 12:05:29 UTC 2021
Modified Files:
src/sys/arch/mips/conf: std.octeon
Log Message:
Delete the NOFPU option. These CPUs do have an FPU. Allows o32
binaries to work now.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/mips/conf/std.octeon:1.5
--- src/sys/arch/mips/conf/std.octeon:1.4 Mon Jun 1 22:55:12 2015
+++ src/sys/arch/mips/conf/std.octeon Sun Apr 18 12:05:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: std.octeon,v 1.4 2015/06/01 22:55:12 matt Exp $
+# $NetBSD: std.octeon,v 1.5 2021/04/18 12:05:29 simonb Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -10,7 +10,6 @@ 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