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