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