2006-03-17 19:06:51 +03:00
|
|
|
# $NetBSD: std.hpcsh,v 1.8 2006/03/17 16:06:51 uebayasi Exp $
|
2001-01-17 08:21:47 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/hpcsh 'options'
|
2001-11-20 15:56:17 +03:00
|
|
|
|
2001-01-17 08:21:47 +03:00
|
|
|
machine hpcsh sh3
|
2005-09-17 13:44:05 +04:00
|
|
|
include "conf/std" # MI standard options
|
2001-01-17 08:21:47 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
2005-03-07 21:25:22 +03:00
|
|
|
options IOM_RAM_BEGIN=0x0c000000
|
2001-01-17 08:21:47 +03:00
|
|
|
|
|
|
|
makeoptions ENDIAN="-EL"
|
2006-03-17 19:06:51 +03:00
|
|
|
makeoptions DEFTEXTADDR="0x8c001000"
|
2001-11-20 15:56:17 +03:00
|
|
|
makeoptions MACHINE_ARCH=sh3el
|