xref: /netbsd-src/sys/arch/hpcsh/conf/std.hpcsh (revision 5e4c038a45edbc7d63b7c2daa76e29f88b64a4e3)
1# $NetBSD: std.hpcsh,v 1.4 2002/05/09 12:37:58 uch Exp $
2#
3# standard, required NetBSD/hpcsh 'options'
4
5machine hpcsh sh3
6
7options 	EXEC_SCRIPT	# exec #! scripts
8options		IOM_RAM_BEGIN=0x0c000000
9
10makeoptions	ENDIAN="-EL"
11#makeoptions	LDSCRIPTBASE="shl-coff.x"	# for COFF kernel
12makeoptions	LDSCRIPTBASE="shl-elf.x"	# for ELF kernel
13makeoptions	MACHINE_ARCH=sh3el
14