blob: b44ac91344717680c8231819c85e9e1a028d96da (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: std.cesfic,v 1.2 2001/11/20 12:56:24 lukem Exp $
#
# Options/devices that all cesfics should have
#
machine cesfic m68k
options EXEC_ELF32
options EXEC_AOUT # support for exec'ing a.out
options EXEC_SCRIPT # support for #! scripts
|