Optimize for R4400 with CPUFLAGS since we don't support MIPS1 based EWS4800.
This commit is contained in:
parent
df774def20
commit
0a692f373a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.22 2007/12/31 15:31:53 ad Exp $
|
||||
# $NetBSD: GENERIC,v 1.23 2008/01/30 16:27:10 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
@ -25,13 +25,15 @@ include "arch/ews4800mips/conf/std.ews4800mips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
#options MIPS1 # R2000/R3000
|
||||
options MIPS3 # R4000/R4400
|
||||
|
||||
makeoptions CPUFLAGS="-march=r4400 -mabi=32" # optimize for R4400
|
||||
|
||||
# MIPS3 on-chip timer interrupt is not used on EWS4800,
|
||||
# but the external timer interrupt line is connected to CPU INT5.
|
||||
options MIPS3_ENABLE_CLOCK_INTR
|
||||
|
Loading…
Reference in New Issue
Block a user