xref: /netbsd-src/sys/arch/sh3/conf/std.sh3el (revision a82100c2cae23b797ef50cf15579ff5e9068d380)
1# $NetBSD: std.sh3el,v 1.1 2008/02/02 03:06:04 uwe Exp $
2#
3# standard, required NetBSD/sh3 'options' for little endian platforms
4
5include 	"arch/sh3/conf/std.sh3"	# endian-independent sh3 options
6
7makeoptions	ENDIAN="-EL"
8makeoptions	MACHINE_ARCH=sh3el
9