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