diff options
| author | Fenrir <[email protected]> | 2017-07-25 20:12:21 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-25 21:03:02 -0600 |
| commit | c159576e6d4a84e4958257f9b87ea9e06d4bbcb3 (patch) | |
| tree | e3014df2d64dcb842f4b7850d4f252f4b6a7708e /examples/3ds.json | |
| parent | Merge pull request #36 from FenrirWolf/errDisp (diff) | |
| download | archived-ctru-rs-c159576e6d4a84e4958257f9b87ea9e06d4bbcb3.tar.xz archived-ctru-rs-c159576e6d4a84e4958257f9b87ea9e06d4bbcb3.zip | |
Add examples directory
Diffstat (limited to 'examples/3ds.json')
| -rw-r--r-- | examples/3ds.json | 19 |
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" +} |