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