2011-08-02 20:12:44 +04:00
|
|
|
# $NetBSD: std.gdium,v 1.5 2011/08/02 16:12:44 matt Exp $
|
2009-08-06 04:50:25 +04:00
|
|
|
|
|
|
|
machine evbmips mips
|
|
|
|
include "conf/std" # MI standard options
|
|
|
|
|
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
2009-08-10 02:26:45 +04:00
|
|
|
options ENABLE_MIPS_16KB_PAGE
|
|
|
|
|
|
|
|
#options UVMHIST,UVMHIST_PRINT
|
2009-08-06 04:50:25 +04:00
|
|
|
|
|
|
|
# Platform support
|
2009-08-06 20:13:07 +04:00
|
|
|
options MIPS3_LOONGSON2
|
2009-08-06 04:50:25 +04:00
|
|
|
options MIPS3
|
|
|
|
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
|
2011-08-02 20:12:44 +04:00
|
|
|
makeoptions AFLAGS+="-Wa,-mfix-loongson2f-jump -Wa,-mfix-loongson2f-nop"
|
|
|
|
makeoptions CFLAGS+="-Wa,-mfix-loongson2f-jump -Wa,-mfix-loongson2f-nop"
|
2009-08-06 04:50:25 +04:00
|
|
|
makeoptions DEFTEXTADDR="0x80200000"
|
|
|
|
makeoptions BOARDTYPE="gdium"
|
|
|
|
|
|
|
|
include "arch/evbmips/conf/files.gdium"
|