diff options
| -rw-r--r-- | 3ds.json | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |