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