aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/3ds.json
blob: bdd5caa32952a0a245417b0583b5842d694c4119 (plain) (blame)
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
{
  "data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", 
  "llvm-target": "arm-none-eabihf",
  "linker": "arm-none-eabi-gcc",
  "ar": "arm-none-eabi-ar",
  "target-endian": "little",
  "target-pointer-width": "32",
  "target-family": "unix",
  "arch": "arm",
  "os": "linux",
  "env": "newlib",
  "cpu": "mpcore",
  "features": "+vfp2",
  "relocation-model": "static",
  "executables": true,
  "exe-suffix": ".elf",
  "panic-strategy": "abort",
  "pre-link-args": [
    "-specs=3dsx.specs",
    "-march=armv6k",
    "-mtune=mpcore",
    "-mfloat-abi=hard",
    "-mtp=soft"
  ],
  "post-link-args": [
    "-lc",
    "-lm",
    "-lsysbase",
    "-lc"
  ]
}