13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# $NetBSD: std.hpcsh,v 1.1 2001/07/07 16:35:22 uch Exp $
|
|
#
|
|
# standard, required NetBSD/hpcsh 'options'
|
|
|
|
machine hpcsh sh3
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions ENDIAN="-EL"
|
|
#makeoptions LDSCRIPTBASE="shl-coff.x" # for COFF kernel
|
|
makeoptions LDSCRIPTBASE="shl-elf.x" # for ELF kernel
|
|
makeoptions MACHINE_ARCH=sh3el
|