std.macppc revision 1.17
11.17Syamt# $NetBSD: std.macppc,v 1.17 2005/09/17 09:44:07 yamt 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.1Sthorpej 121.1Sthorpej# Executable support: 131.1Sthorpejoptions EXEC_ELF32 # (native) ELF32 binary support 141.1Sthorpejoptions EXEC_AOUT # (native) a.out binary support (deprecated) 151.2Sthorpejoptions EXEC_SCRIPT # shell script support 161.14Smatt 171.14Smattoptions INTSTK=0x2000 181.10Sbriggs 191.10Sbriggsoptions OPENPIC # OpenPIC (really only on CHRP-ish systems) 20