Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.

This commit is contained in:
Jayachandran C. 2011-01-20 12:45:29 +00:00
parent a97009a5cd
commit 8026971f99
4 changed files with 4 additions and 14 deletions

View File

@ -46,13 +46,10 @@
# $FreeBSD$
machine mips mipseb
cpu CPU_RMI
ident XLR
makeoptions MODULES_OVERRIDE=""
include "../rmi/std.xlr"
makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions KERNLOADADDR=0x80100000
#profile 2

View File

@ -18,13 +18,10 @@
# $FreeBSD$
machine mips mips64eb
cpu CPU_RMI
ident XLR64
makeoptions MODULES_OVERRIDE=""
include "../rmi/std.xlr"
makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
makeoptions KERNLOADADDR=0xffffffff80100000

View File

@ -18,12 +18,10 @@
# $FreeBSD$
machine mips mipsn32eb
cpu CPU_RMI
ident XLRN32
makeoptions MODULES_OVERRIDE=""
include "../rmi/std.xlr"
makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions ARCH_FLAGS="-march=mips64 -mabi=n32"
makeoptions KERNLOADADDR=0x80100000

View File

@ -1,7 +1,5 @@
# $FreeBSD$
files "../rmi/files.xlr"
#
# XXXMIPS: It's a stub, isn't it?
#
cpu CPU_RMI
option NOFPU