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