std.mmeye revision 1.7
1# $NetBSD: std.mmeye,v 1.7 2001/11/20 12:56:33 lukem Exp $ 2# 3# standard, required NetBSD/mmeye 'options' 4 5machine mmeye sh3 6 7options IOM_ROM_BEGIN=0x00000000 8options IOM_RAM_SIZE=0x01000000 # 16MB 9options IOM_RAM_BEGIN=0x8c000000 10options IOM_ROM_SIZE=0x00200000 # 2MB 11 12options EXEC_SCRIPT # exec #! scripts 13 14makeoptions ENDIAN="-EB" 15makeoptions LDSCRIPTBASE="sh.x" # for big endian 16