NetBSD/sys/arch/hpcsh/conf/std.hpcsh
2002-05-09 12:37:58 +00:00

14 lines
364 B
Plaintext

# $NetBSD: std.hpcsh,v 1.4 2002/05/09 12:37:58 uch Exp $
#
# standard, required NetBSD/hpcsh 'options'
machine hpcsh sh3
options EXEC_SCRIPT # exec #! scripts
options IOM_RAM_BEGIN=0x0c000000
makeoptions ENDIAN="-EL"
#makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel
makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel
makeoptions MACHINE_ARCH=sh3el