16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
# $NetBSD: std.prep,v 1.9 2005/12/11 12:18:47 christos 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
|