blob: 40b4fe3f87cf59387cbe142487c24d00405dc2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: std.cesfic,v 1.5 2010/09/19 02:09:27 tsutsui Exp $
#
# Options/devices that all cesfics should have
#
machine cesfic 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
|