12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
# $NetBSD: std.hp300,v 1.10 2005/12/11 12:17:13 christos Exp $
|
|
#
|
|
# Options/devices that all hp300s should have
|
|
#
|
|
|
|
machine hp300 m68k
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_AOUT # support for exec'ing a.out
|
|
options EXEC_ELF32 # support for exec'ing ELF
|
|
options EXEC_SCRIPT # support for #! scripts
|