NetBSD/sys/arch/macppc/conf/std.macppc

16 lines
469 B
Plaintext
Raw Normal View History

2001-06-12 21:36:55 +04:00
# $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.
2001-06-12 21:36:55 +04:00
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)
1998-07-29 04:31:01 +04:00
options EXEC_SCRIPT # shell script support
2001-02-04 20:33:42 +03:00
options OPENPIC # OpenPIC (really only on CHRP-ish systems)