1 # $NetBSD: std.ofppc,v 1.15 2012/06/02 21:47:46 mrg Exp $ 2 # 3 # standard, required NetBSD/ofppc 'options' 4 5 machine ofppc powerpc 6 include "conf/std" # MI standard options 7 8 options PPC_OEA 9 options PPC_OEA64_BRIDGE 10 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 11 12 options EXEC_ELF32 # exec ELF binaries 13 options EXEC_SCRIPT # exec #! scripts 14 15 options INTSTK=0x2000 16 17 options PCI_NETBSD_CONFIGURE 18 19 # Atheros HAL options 20 include "external/isc/atheros_hal/conf/std.ath_hal" 21