13 lines
336 B
EmacsLisp
13 lines
336 B
EmacsLisp
# $NetBSD: std.hpcsh.el,v 1.3 2001/04/23 11:22:55 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
|