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