aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/3ds.json
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/3ds.json')
-rw-r--r--ctr-std/3ds.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/ctr-std/3ds.json b/ctr-std/3ds.json
deleted file mode 100644
index bdd5caa..0000000
--- a/ctr-std/3ds.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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"
- ]
-}