Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Remove the NOFPU option. The main MAL...



details:   https://anonhg.NetBSD.org/src/rev/43ba5e73602d
branches:  trunk
changeset: 826265:43ba5e73602d
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Aug 24 22:48:06 2017 +0000

description:
Remove the NOFPU option.  The main MALTA config file has this now.

diffstat:

 sys/arch/evbmips/conf/MALTA32 |  3 +--
 sys/arch/evbmips/conf/MALTA64 |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 9c1006418fbe -r 43ba5e73602d sys/arch/evbmips/conf/MALTA32
--- a/sys/arch/evbmips/conf/MALTA32     Thu Aug 24 22:46:54 2017 +0000
+++ b/sys/arch/evbmips/conf/MALTA32     Thu Aug 24 22:48:06 2017 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: MALTA32,v 1.3 2012/02/09 18:58:44 matt Exp $
+# $NetBSD: MALTA32,v 1.4 2017/08/24 22:48:06 simonb Exp $
 #
 include "arch/evbmips/conf/MALTA"
 
 makeoptions    LP64="no"
 
 no options     MIPS32
-options        NOFPU           # No FPU
 #options       EXEC_ELF64
 
 no ath*
diff -r 9c1006418fbe -r 43ba5e73602d sys/arch/evbmips/conf/MALTA64
--- a/sys/arch/evbmips/conf/MALTA64     Thu Aug 24 22:46:54 2017 +0000
+++ b/sys/arch/evbmips/conf/MALTA64     Thu Aug 24 22:48:06 2017 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: MALTA64,v 1.7 2014/08/17 21:17:43 joerg Exp $
+# $NetBSD: MALTA64,v 1.8 2017/08/24 22:48:06 simonb Exp $
 #
 include "arch/evbmips/conf/MALTA"
 
 makeoptions    LP64="yes"
 
 no options     MIPS32
-options        NOFPU                   # No FPU
 options        EXEC_ELF64
 options        COMPAT_NETBSD32
 no makeoptions COPY_SYMTAB



Home | Main Index | Thread Index | Old Index