1# $NetBSD: std.dreamcast,v 1.2 2001/01/03 18:14:47 itojun Exp $
2#
3# standard, required NetBSD/dreamcast 'options'
4
5machine dreamcast sh3
6
7options EXEC_SCRIPT # exec #! scripts
8
9makeoptions ENDIAN="-EL"
10makeoptions LDSCRIPTBASE="shl.x" # for little endian
11