blob: b12c3755a55f128e5722f74872743eb5b9d872a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: std.prep,v 1.7 2003/08/12 05:15:44 matt Exp $
#
# standard, required NetBSD/prep 'options'
machine prep powerpc
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
|