Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.macppc.601,v 1.1 2014/03/03 16:09:43 macallan 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