1#	$NetBSD: std.playstation2,v 1.13 2023/11/07 21:39:30 andvar Exp $
2
3machine playstation2 mips
4include		"conf/std"	# MI standard options
5makeoptions	MACHINE_ARCH="mipsel"
6
7options 	MIPS3
8options 	MIPS3_5900
9
10options 	IPL_ICU_MASK
11
12options 	NOFPU		# Don't use FPU (R5900 FPU is single float only)
13options 	FPEMUL		# emulate FPU insn
14
15options 	EXEC_ELF32	# exec ELF32 binaries
16options 	EXEC_SCRIPT	# exec #! scripts
17
18options 	__NO_LEADING_UNDERSCORES__
19options 	__GP_SUPPORT__
20
21makeoptions	DEFTEXTADDR="0x80010000"
22makeoptions	DEFCOPTS="-Os -mmemcpy"
23
24options		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
25				# default (slow cpu)
26
27