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