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 Revert rev 1.5 - put the NOFPU option bac...



details:   https://anonhg.NetBSD.org/src/rev/f196af85ff8a
branches:  trunk
changeset: 1021141:f196af85ff8a
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue May 11 09:21:24 2021 +0000

description:
Revert rev 1.5 - put the NOFPU option back.  Older cnMIPS cores don't
have an FPU.

diffstat:

 sys/arch/mips/conf/std.octeon |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fd0d2c9fc62a -r f196af85ff8a sys/arch/mips/conf/std.octeon
--- a/sys/arch/mips/conf/std.octeon     Tue May 11 07:15:10 2021 +0000
+++ b/sys/arch/mips/conf/std.octeon     Tue May 11 09:21:24 2021 +0000
@@ -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 @@
 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