1 # $NetBSD: std.hpcsh,v 1.5 2005/03/07 18:25:22 uwe Exp $ 2 # 3 # standard, required NetBSD/hpcsh 'options' 4 5 machine hpcsh sh3 6 7 options EXEC_SCRIPT # exec #! scripts 8 options IOM_RAM_BEGIN=0x0c000000 9 10 makeoptions ENDIAN="-EL" 11 #makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel 12 makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel 13 makeoptions MACHINE_ARCH=sh3el 14