NetBSD/sys/arch/hpcsh/conf/std.hpcsh

14 lines
364 B
Plaintext

# $NetBSD: std.hpcsh,v 1.3 2002/02/24 18:19:44 uch Exp $
#
# standard, required NetBSD/hpcsh 'options'
machine hpcsh sh3
options EXEC_SCRIPT # exec #! scripts
options IOM_RAM_BEGIN=0x8c000000
makeoptions ENDIAN="-EL"
#makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel
makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel
makeoptions MACHINE_ARCH=sh3el