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