Home | History | Annotate | Line # | Download | only in conf
std.sandpoint revision 1.10
      1 #	$NetBSD: std.sandpoint,v 1.10 2005/09/17 09:44:08 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 	OPENPIC
     16 
     17 options 	INTSTK=0x2000
     18 
     19 makeoptions	TEXTADDR=0x90000
     20 makeoptions	NEED_SREC=yes
     21