Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.sandpoint,v 1.14 2009/08/19 06:28:06 nisimura Exp $
      2 #
      3 # standard, required NetBSD/sandpoint 'options'
      4 
      5 machine		sandpoint powerpc
      6 include		"conf/std"	# MI standard options
      7 
      8 options 	PPC_OEA		# Sandpoint uses OEA compliant CPUs
      9 makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
     10 
     11 # Executable support:
     12 options 	EXEC_ELF32	# exec ELF binaries
     13 options 	EXEC_SCRIPT	# exec #! scripts
     14 
     15 options 	PIC_MPCSOC
     16 
     17 options 	INTSTK=0x2000
     18 
     19 makeoptions	TEXTADDR=0x90000
     20