2001-11-20 15:56:17 +03:00
|
|
|
# $NetBSD: std.evbsh3.eb,v 1.3 2001/11/20 12:56:26 lukem Exp $
|
2001-01-04 02:49:21 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/evbsh3 'options'
|
2001-11-20 15:56:17 +03:00
|
|
|
|
2001-01-04 02:49:21 +03:00
|
|
|
machine evbsh3 sh3
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
2001-01-04 02:49:21 +03:00
|
|
|
|
|
|
|
makeoptions ENDIAN="-EB"
|
2001-11-20 15:56:17 +03:00
|
|
|
makeoptions LDSCRIPTBASE="sh.x" # for big endian
|
|
|
|
makeoptions MACHINE_ARCH=sh3eb
|