NetBSD/sys/arch/hpcsh/conf/std.hpcsh
uch b92d40fcb6 std.hpcsh.el -> std.hpcsh (no big-endian WindowsCE)
add shl-elf_.x (for LEADING_UNDERSCORE ELF)
bcopy -> memcpy
2001-07-07 16:35:22 +00:00

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