-
Notifications
You must be signed in to change notification settings - Fork 3
/
triples.json
68 lines (68 loc) · 2.94 KB
/
triples.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"include": [
{
"arch_type": "aarch64-linux-musl",
"arch_config": "--with-arch=armv8-a --with-abi=lp64"
},
{
"arch_type": "arm-linux-musleabi",
"arch_config": "--with-arch=armv5te --with-tune=arm926ej-s --with-float=soft --with-abi=aapcs-linux"
},
{
"arch_type": "arm-linux-musleabihf",
"arch_config": "--with-arch=armv6kz --with-tune=arm1176jzf-s --with-fpu=vfpv2 --with-float=hard --with-abi=aapcs-linux"
},
{
"arch_type": "armv6-linux-musleabihf",
"arch_config": "--with-arch=armv6kz --with-tune=arm1176jzf-s --with-fpu=vfpv2 --with-float=hard --with-abi=aapcs-linux"
},
{
"arch_type": "armv7l-linux-musleabihf",
"arch_config": "--with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb"
},
{
"arch_type": "i686-linux-musl",
"arch_config": "--with-arch=pentium-m --with-fpmath=sse --with-tune=generic --enable-cld"
},
{
"arch_type": "x86_64-linux-musl",
"arch_config": "--with-arch=x86-64 --with-tune=generic"
},
{
"arch_type": "mips-linux-musl",
"arch_config": "--with-arch=mips32 --with-mips-plt --with-float=soft --with-abi=32"
},
{
"arch_type": "mipsel-linux-musl",
"arch_config": "--with-arch=mips32 --with-mips-plt --with-float=soft --with-abi=32"
},
{
"arch_type": "mips64-linux-musl",
"arch_config": "--with-arch=mips3 --with-tune=mips64 --with-mips-plt --with-float=soft --with-abi=64"
},
{
"arch_type": "mips64el-linux-musl",
"arch_config": "--with-arch=mips3 --with-tune=mips64 --with-mips-plt --with-float=soft --with-abi=64"
},
{
"arch_type": "powerpc-linux-musl",
"arch_config": "--enable-secureplt --enable-decimal-float=no"
},
{
"arch_type": "powerpc64le-linux-musl",
"arch_config": "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no --enable-targets=powerpcle-linux"
},
{
"arch_type": "s390x-linux-musl",
"arch_config": "--with-arch=z196 --with-tune=zEC12 --with-zarch --with-long-double-128 --enable-decimal-float"
},
{
"arch_type": "riscv64-linux-musl",
"arch_config": "--with-arch=rv64gc --with-abi=lp64d --enable-autolink-libatomic"
},
{
"arch_type": "loongarch64-linux-musl",
"arch_config": "--with-arch=loongarch64 --with-abi=lp64d"
}
]
}