summaryrefslogtreecommitdiff
path: root/3ds.json
diff options
context:
space:
mode:
authorDario Bartussek <[email protected]>2021-04-20 13:30:33 +0200
committerDario Bartussek <[email protected]>2021-04-20 13:30:33 +0200
commit0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b (patch)
tree9c783b54968c4221c90e667ce60c902b1e6a296f /3ds.json
parentSimple hello world program using libctru (diff)
downloadrust_3ds-0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b.tar.xz
rust_3ds-0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b.zip
Experimental use of Rust std
print! and alloc work so far, panic causes a segfault
Diffstat (limited to '3ds.json')
-rw-r--r--3ds.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/3ds.json b/3ds.json
index edb980d..a2a8957 100644
--- a/3ds.json
+++ b/3ds.json
@@ -2,9 +2,9 @@
"llvm-target": "arm-none-eabihf",
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
- "os": "none",
- "env": "eabi",
- "vendor": "unknown",
+ "os": "3ds",
+ "env": "ctru",
+ "vendor": "nintendo",
"arch": "arm",
"target-cpu": "mpcore",
"features": "+strict-align,+v6,+vfp2,-d32",