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