Home | History | Annotate | Line # | Download | only in conf
std.playstation2 revision 1.3
      1  1.3    lukem #	$NetBSD: std.playstation2,v 1.3 2001/11/20 12:56:36 lukem Exp $
      2  1.1      uch 
      3  1.1      uch machine playstation2 mips
      4  1.1      uch 
      5  1.3    lukem options 	MIPS3
      6  1.3    lukem options 	MIPS3_5900
      7  1.3    lukem options 	MIPS3_L2CACHE_ABSENT
      8  1.1      uch 
      9  1.3    lukem options 	IPL_ICU_MASK
     10  1.1      uch 
     11  1.3    lukem options 	NOFPU		# Don't use FPU (R5900 FPU is single float only)
     12  1.3    lukem options 	SOFTFLOAT	# emulate FPU insn
     13  1.1      uch 
     14  1.3    lukem options 	EXEC_ELF32	# exec ELF32 binaries
     15  1.3    lukem options 	EXEC_SCRIPT	# exec #! scripts
     16  1.1      uch 
     17  1.3    lukem options 	__NO_LEADING_UNDERSCORES__
     18  1.3    lukem options 	__GP_SUPPORT__
     19  1.1      uch 
     20  1.1      uch makeoptions	DEFTEXTADDR="0x80010000"
     21  1.2  thorpej makeoptions	MACHINE_ARCH="mipsel"
     22  1.1      uch makeoptions	DEFCOPTS="-Os -mmemcpy"
     23