18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
# $NetBSD: std.prep,v 1.11 2006/05/10 17:28:41 garbled Exp $
|
|
#
|
|
# standard, required NetBSD/prep 'options'
|
|
|
|
machine prep powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
options PPC_OEA
|
|
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
|