1# $NetBSD: std.hpcsh,v 1.1 2001/07/07 16:35:22 uch Exp $ 2# 3# standard, required NetBSD/hpcsh 'options' 4 5machine hpcsh sh3 6 7options EXEC_SCRIPT # exec #! scripts 8 9makeoptions ENDIAN="-EL" 10#makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel 11makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel 12makeoptions MACHINE_ARCH=sh3el 13