21 lines
637 B
Plaintext
21 lines
637 B
Plaintext
# $NetBSD: std.macppc,v 1.21 2006/08/05 21:26:48 sanjayl Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_OEA # OEA class PowerPC chips
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
makeoptions PPC_ARCH_MODE="ppc32"
|
|
|
|
# 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 OPENPIC # OpenPIC (really only on CHRP-ish systems)
|