std.macppc revision 1.21
11.21Ssanjayl# $NetBSD: std.macppc,v 1.21 2006/08/05 21:26:48 sanjayl 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.10Sbriggs 201.10Sbriggsoptions OPENPIC # OpenPIC (really only on CHRP-ish systems) 21