blob: 11bb3a64c30eb92a04c0ac221673a4a278861cd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: std.prep,v 1.12 2008/02/05 22:31:50 garbled Exp $
#
# standard, required NetBSD/prep 'options'
machine prep powerpc
include "conf/std" # MI standard options
options PPC_OEA
options PPC_OEA601
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
options EXEC_SCRIPT # exec #! scripts
options EXEC_ELF32 # exec ELF binaries
options EXEC_AOUT # exec a.out binaries
options INTSTK=0x2000
options PCKBCNOTEST # 7043 and 7248 fail this test.
options PCI_NETBSD_CONFIGURE
|