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