Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.
This commit is contained in:
parent
a97009a5cd
commit
8026971f99
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
files "../rmi/files.xlr"
|
||||
|
||||
#
|
||||
# XXXMIPS: It's a stub, isn't it?
|
||||
#
|
||||
cpu CPU_RMI
|
||||
option NOFPU
|
||||
|
Loading…
Reference in New Issue
Block a user