2001-01-04 10:03:21 +03:00
|
|
|
# $NetBSD: std.evbsh3.eb,v 1.2 2001/01/04 07:03:22 itojun Exp $
|
2001-01-04 02:49:21 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/evbsh3 'options'
|
|
|
|
|
|
|
|
machine evbsh3 sh3
|
|
|
|
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
|
|
|
|
makeoptions ENDIAN="-EB"
|
|
|
|
makeoptions LDSCRIPTBASE="sh.x" # for big endian
|
2001-01-04 10:03:21 +03:00
|
|
|
makeoptions MACHINE_ARCH=sh3eb
|