Home | History | Annotate | Line # | Download | only in conf
std.playstation2 revision 1.2
      1  1.2  thorpej #	$NetBSD: std.playstation2,v 1.2 2001/10/23 20:40:02 thorpej Exp $
      2  1.1      uch 
      3  1.1      uch machine playstation2 mips
      4  1.1      uch 
      5  1.1      uch options MIPS3
      6  1.1      uch options MIPS3_5900
      7  1.1      uch options	MIPS3_L2CACHE_ABSENT
      8  1.1      uch 
      9  1.1      uch options IPL_ICU_MASK
     10  1.1      uch 
     11  1.1      uch options NOFPU		# Don't use FPU (R5900 FPU is single float only)
     12  1.1      uch options SOFTFLOAT	# emulate FPU insn
     13  1.1      uch 
     14  1.1      uch options	EXEC_ELF32	# exec ELF32 binaries
     15  1.1      uch options	EXEC_SCRIPT	# exec #! scripts
     16  1.1      uch 
     17  1.1      uch options __NO_LEADING_UNDERSCORES__
     18  1.1      uch 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