1# $NetBSD: std.macppc,v 1.19 2005/12/11 12:18:03 christos Exp $ 2# 3# Standard/required options for NetBSD/macppc. 4 5machine macppc powerpc 6include "conf/std" # MI standard options 7 8# standard ("mandatory") kernel options. 9options PPC_OEA # OEA class PowerPC chips 10makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 11 12# Executable support: 13options EXEC_ELF32 # (native) ELF32 binary support 14options EXEC_AOUT # (native) a.out binary support (deprecated) 15options EXEC_SCRIPT # shell script support 16 17options INTSTK=0x2000 18 19options OPENPIC # OpenPIC (really only on CHRP-ish systems) 20 21options AH_REGOPS_FUNC # Use ath_hal_reg_{read,write} 22