1 # $NetBSD: std.hpcsh,v 1.6 2005/09/17 09:44:07 yamt Exp $ 2 # 3 # standard, required NetBSD/hpcsh 'options' 4 5 machine hpcsh sh3 6 include "conf/std" # MI standard options 7 8 options EXEC_SCRIPT # exec #! scripts 9 options IOM_RAM_BEGIN=0x0c000000 10 11 makeoptions ENDIAN="-EL" 12 #makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel 13 makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel 14 makeoptions MACHINE_ARCH=sh3el 15