NetBSD/sys/arch/hpcsh/conf/std.hpcsh
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

14 lines
337 B
Plaintext

# $NetBSD: std.hpcsh,v 1.8 2006/03/17 16:06:51 uebayasi Exp $
#
# standard, required NetBSD/hpcsh 'options'
machine hpcsh sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts
options IOM_RAM_BEGIN=0x0c000000
makeoptions ENDIAN="-EL"
makeoptions DEFTEXTADDR="0x8c001000"
makeoptions MACHINE_ARCH=sh3el