std.macppc revision 1.23
11.23Salc# $NetBSD: std.macppc,v 1.23 2008/12/11 05:42:18 alc Exp $ 21.1Sthorpej# 31.1Sthorpej# Standard/required options for NetBSD/macppc. 41.1Sthorpej 51.1Sthorpejmachine macppc powerpc 61.17Syamtinclude "conf/std" # MI standard options 71.1Sthorpej 81.1Sthorpej# standard ("mandatory") kernel options. 91.15Smattoptions PPC_OEA # OEA class PowerPC chips 101.15Smattmakeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 111.21Ssanjaylmakeoptions PPC_ARCH_MODE="ppc32" 121.1Sthorpej 131.1Sthorpej# Executable support: 141.1Sthorpejoptions EXEC_ELF32 # (native) ELF32 binary support 151.1Sthorpejoptions EXEC_AOUT # (native) a.out binary support (deprecated) 161.2Sthorpejoptions EXEC_SCRIPT # shell script support 171.14Smatt 181.14Smattoptions INTSTK=0x2000 191.23Salc 201.23Salc# Atheros HAL options 211.23Salcinclude "external/isc/atheros_hal/conf/std.ath_hal" 22