16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
# $NetBSD: std.macppc,v 1.12 2001/06/12 17:36:55 tsubai Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_MPC6XX # OEA class PowerPC chips
|
|
|
|
# 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 OPENPIC # OpenPIC (really only on CHRP-ish systems)
|