Home | History | Annotate | Line # | Download | only in conf
std.prep revision 1.5
      1 #	$NetBSD: std.prep,v 1.5 2003/02/02 20:43:25 matt Exp $
      2 #
      3 # standard, required NetBSD/prep 'options'
      4 
      5 machine		prep powerpc
      6 
      7 options 	PPC_MPC6XX
      8 makeoptions	PPCDIR="mpc6xx"	# Tell Makefile.powerpc what dir to use
      9 
     10 options 	EXEC_SCRIPT	# exec #! scripts
     11 options 	EXEC_ELF32	# exec ELF binaries
     12 options 	EXEC_AOUT	# exec a.out binaries
     13 
     14 options 	INTSTK=0x2000
     15 options 	SPILLSTK=0x800
     16