20 lines
578 B
Plaintext
20 lines
578 B
Plaintext
# $NetBSD: std.macppc,v 1.15 2003/02/03 17:09:56 matt Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_OEA # OEA class PowerPC chips
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
options INTSTK=0x2000
|
|
options SPILLSTK=0x800
|
|
|
|
options OPENPIC # OpenPIC (really only on CHRP-ish systems)
|