blob: a3366aec3815a1ac7a73d8d3f3d113fb43fbfd88 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: std.hp300,v 1.11 2010/09/19 02:09:28 tsutsui Exp $
#
# Options/devices that all hp300s should have
#
machine hp300 m68k
include "conf/std" # MI standard options
include "arch/m68k/conf/std.m68k" # m68k standard options
options EXEC_AOUT # support for exec'ing a.out
|