Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/conf Delete the NOFPU option. These CPUs do h...
details: https://anonhg.NetBSD.org/src/rev/3156e16dc233
branches: trunk
changeset: 961786:3156e16dc233
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Apr 18 12:05:29 2021 +0000
description:
Delete the NOFPU option. These CPUs do have an FPU. Allows o32
binaries to work now.
diffstat:
sys/arch/mips/conf/std.octeon | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r aa46d57506dc -r 3156e16dc233 sys/arch/mips/conf/std.octeon
--- a/sys/arch/mips/conf/std.octeon Sun Apr 18 10:45:22 2021 +0000
+++ b/sys/arch/mips/conf/std.octeon Sun Apr 18 12:05:29 2021 +0000
@@ -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 @@
makeoptions LP64="yes"
options MIPS64R2
-options NOFPU # No FPU
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_ELF64 # exec ELF64 binaries
options COMPAT_NETBSD32
Home |
Main Index |
Thread Index |
Old Index