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