Home | History | Annotate | Line # | Download | only in conf
std.sandpoint revision 1.9.16.3
      1 #	$NetBSD: std.sandpoint,v 1.9.16.3 2007/11/15 11:43:19 yamt 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_OPENPIC
     16 options 	PIC_I8259
     17 
     18 options 	INTSTK=0x2000
     19 
     20 makeoptions	TEXTADDR=0x90000
     21