aboutsummaryrefslogtreecommitdiff
path: root/examples/3ds.json
diff options
context:
space:
mode:
authorRonald Kinard <[email protected]>2017-07-26 11:16:30 -0500
committerGitHub <[email protected]>2017-07-26 11:16:30 -0500
commitbbd4d28af107aa2e283e33e32def522fcca0d218 (patch)
treee01c54e053090cf91b2eeca3a8e2c883fe15c0dc /examples/3ds.json
parentMerge pull request #39 from panicbit/travis_fix (diff)
parentAdd examples directory (diff)
downloadarchived-ctru-rs-bbd4d28af107aa2e283e33e32def522fcca0d218.tar.xz
archived-ctru-rs-bbd4d28af107aa2e283e33e32def522fcca0d218.zip
Merge pull request #38 from FenrirWolf/examples
Add examples directory
Diffstat (limited to 'examples/3ds.json')
-rw-r--r--examples/3ds.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/3ds.json b/examples/3ds.json
new file mode 100644
index 0000000..bec3423
--- /dev/null
+++ b/examples/3ds.json
@@ -0,0 +1,19 @@
+{
+ "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",
+ "linker-flavor": "gcc"
+}