NetBSD/sys/arch/evbsh3/conf/std.evbsh3.eb
uebayasi 8572d2c144 Stop using linker scripts on all sh3 ports.
The only information to be compensated is text section start address.
The default value is set arch-wise as DEFTEXTADDR.  Each kernel config
can override the default value by setting TEXTADDR.

Tested on COMPUTEXEVB (evbsh3).

Reviewed By:	uwe
2006-03-17 16:06:51 +00:00

13 lines
309 B
Plaintext

# $NetBSD: std.evbsh3.eb,v 1.6 2006/03/17 16:06:51 uebayasi Exp $
#
# standard, required NetBSD/evbsh3 'options'
machine evbsh3 sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts
makeoptions ENDIAN="-EB"
makeoptions DEFTEXTADDR="0x8c010000"
makeoptions MACHINE_ARCH=sh3eb