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 Enable NOFPU option for N32/N64 MALTA ...
details: https://anonhg.NetBSD.org/src/rev/5329c03e856b
branches: trunk
changeset: 773615:5329c03e856b
user: matt <matt%NetBSD.org@localhost>
date: Thu Feb 09 18:58:44 2012 +0000
description:
Enable NOFPU option for N32/N64 MALTA kernels
diffstat:
sys/arch/evbmips/conf/MALTA32 | 3 ++-
sys/arch/evbmips/conf/MALTA64 | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r bbfa23789f69 -r 5329c03e856b sys/arch/evbmips/conf/MALTA32
--- a/sys/arch/evbmips/conf/MALTA32 Thu Feb 09 18:58:14 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA32 Thu Feb 09 18:58:44 2012 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: MALTA32,v 1.2 2009/12/14 00:46:01 matt Exp $
+# $NetBSD: MALTA32,v 1.3 2012/02/09 18:58:44 matt Exp $
#
include "arch/evbmips/conf/MALTA"
makeoptions LP64="no"
no options MIPS32
+options NOFPU # No FPU
#options EXEC_ELF64
no ath*
diff -r bbfa23789f69 -r 5329c03e856b sys/arch/evbmips/conf/MALTA64
--- a/sys/arch/evbmips/conf/MALTA64 Thu Feb 09 18:58:14 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA64 Thu Feb 09 18:58:44 2012 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: MALTA64,v 1.4 2011/05/30 20:34:04 oster Exp $
+# $NetBSD: MALTA64,v 1.5 2012/02/09 18:58:44 matt Exp $
#
include "arch/evbmips/conf/MALTA"
makeoptions LP64="yes"
no options MIPS32
+options NOFPU # No FPU
options EXEC_ELF64
options COMPAT_NETBSD32
no options SYMTAB_SPACE
-options SYMTAB_SPACE=470000 # size for embedded symbol table
+options SYMTAB_SPACE=480000 # size for embedded symbol table
#options UVMHIST, UVMHIST_PRINT
Home |
Main Index |
Thread Index |
Old Index