From 0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b Mon Sep 17 00:00:00 2001 From: Dario Bartussek Date: Tue, 20 Apr 2021 13:30:33 +0200 Subject: Experimental use of Rust std print! and alloc work so far, panic causes a segfault --- 3ds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '3ds.json') 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", -- cgit v1.2.3