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