16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
# $NetBSD: std.mmeye,v 1.7 2001/11/20 12:56:33 lukem Exp $
|
|
#
|
|
# standard, required NetBSD/mmeye 'options'
|
|
|
|
machine mmeye sh3
|
|
|
|
options IOM_ROM_BEGIN=0x00000000
|
|
options IOM_RAM_SIZE=0x01000000 # 16MB
|
|
options IOM_RAM_BEGIN=0x8c000000
|
|
options IOM_ROM_SIZE=0x00200000 # 2MB
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions ENDIAN="-EB"
|
|
makeoptions LDSCRIPTBASE="sh.x" # for big endian
|