summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3ds.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/3ds.json b/3ds.json
index 3c2ff61..edb980d 100644
--- a/3ds.json
+++ b/3ds.json
@@ -14,9 +14,14 @@
"target-c-int-width": "32",
"max-atomic-width": 64,
+ "comment_linker_llvm": "The following config uses the llvm linker",
"linker-flavor": "ld.lld",
"linker": "rust-lld",
+ "comment_linker_gcc": "The following config uses the gcc linker",
+ "--linker-flavor": "ld",
+ "--linker": "arm-none-eabi-ld",
+
"executables": true,
"dynamic-linking": false,