std.prep revision 1.10 1 # $NetBSD: std.prep,v 1.10 2006/04/11 17:16:24 garbled Exp $
2 #
3 # standard, required NetBSD/prep 'options'
4
5 machine prep powerpc
6 include "conf/std" # MI standard options
7
8 options PPC_OEA
9 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
10
11 options EXEC_SCRIPT # exec #! scripts
12 options EXEC_ELF32 # exec ELF binaries
13 options EXEC_AOUT # exec a.out binaries
14
15 options INTSTK=0x2000
16 options PCKBCNOTEST # 7043 and 7248 fail this test.
17