-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpowerpc-unknown-eabi.json
More file actions
44 lines (44 loc) · 896 Bytes
/
powerpc-unknown-eabi.json
File metadata and controls
44 lines (44 loc) · 896 Bytes
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
{
"arch": "powerpc",
"cpu": "750",
"data-layout": "E-m:e-p:32:32-Fn32-i64:64-n32",
"dynamic-linking": true,
"env": "newlib",
"executables": true,
"has-rpath": true,
"llvm-target": "powerpc-unknown-eabi",
"linker": "powerpc-eabi-gcc",
"linker-flavor": "gcc",
"linker-is-gnu": true,
"os": "rvl-ios",
"pre-link-args": {
"gcc": [
"-r",
"-e",
"_prolog",
"-u",
"_prolog",
"-u",
"_epilog",
"-u",
"_unresolved",
"-Wl,--gc-sections",
"-nostdlib",
"-g",
"-mno-sdata",
"-mgcn",
"-DGEKKO",
"-mcpu=750",
"-meabi",
"-mhard-float"
]
},
"panic-strategy": "abort",
"relocation-model": "static",
"target-endian": "big",
"target-family": "unix",
"target-mcount": "_mcount",
"target-c-int-width": "32",
"target-pointer-width": "32",
"vendor": "nintendo"
}