1 1.1.4.2 rmind # $NetBSD: std.macppc.601,v 1.1.4.2 2014/05/18 17:45:16 rmind Exp $ 2 1.1.4.2 rmind # 3 1.1.4.2 rmind # Standard/required options for NetBSD/macppc. 4 1.1.4.2 rmind 5 1.1.4.2 rmind machine macppc powerpc 6 1.1.4.2 rmind include "conf/std" # MI standard options 7 1.1.4.2 rmind 8 1.1.4.2 rmind # standard ("mandatory") kernel options. 9 1.1.4.2 rmind options PPC_OEA # OEA class PowerPC chips 10 1.1.4.2 rmind options PPC_OEA601 # 601 cpu 11 1.1.4.2 rmind makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 12 1.1.4.2 rmind makeoptions PPC_ARCH_MODE="ppc32" 13 1.1.4.2 rmind makeoptions CPUFLAGS+="-mcpu=601" 14 1.1.4.2 rmind 15 1.1.4.2 rmind # Executable support: 16 1.1.4.2 rmind options EXEC_ELF32 # (native) ELF32 binary support 17 1.1.4.2 rmind options EXEC_AOUT # (native) a.out binary support (deprecated) 18 1.1.4.2 rmind options EXEC_SCRIPT # shell script support 19 1.1.4.2 rmind 20 1.1.4.2 rmind options INTSTK=0x2000 21 1.1.4.2 rmind 22 1.1.4.2 rmind # Atheros HAL options 23 1.1.4.2 rmind include "external/isc/atheros_hal/conf/std.ath_hal" 24