According to src/gnu/dist/binutils/gas/config/tc-mips.c

and src/gnu/dist/gcc/gcc/config/mips/mips.c,
CPUFLAGS="-mips2 -mtune=vr5000" is enough even for Rm523x CPUs.
This commit is contained in:
tsutsui 2006-05-15 12:17:11 +00:00
parent 441bc06826
commit df99509f85
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.95 2006/05/14 14:27:14 tsutsui Exp $
# $NetBSD: GENERIC,v 1.96 2006/05/15 12:17:11 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.95 $"
#ident "GENERIC-$Revision: 1.96 $"
maxusers 32
@ -56,7 +56,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options DDB # kernel dynamic debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
makeoptions CPUFLAGS="-mips2 -Wa,-mips2 -Wa,-mtune=rm5230"
makeoptions CPUFLAGS="-mips2 -mtune=vr5000"
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD binaries

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.20 2006/05/14 14:27:14 tsutsui Exp $
# $NetBSD: INSTALL,v 1.21 2006/05/15 12:17:11 tsutsui Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,10 +10,10 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.20 $"
#ident "INSTALL-$Revision: 1.21 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-mips2 -Wa,-mips2 -Wa,-mtune=rm5230"
makeoptions CPUFLAGS="-mips2 -mtune=vr5000"
maxusers 32