Home | History | Annotate | Line # | Download | only in conf
std.hpcsh revision 1.4.12.2
      1 # $NetBSD: std.hpcsh,v 1.4.12.2 2005/11/10 13:56:27 skrll 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