diff options
| author | Dario Bartussek <[email protected]> | 2021-04-14 03:12:17 +0200 |
|---|---|---|
| committer | Dario Bartussek <[email protected]> | 2021-04-14 03:12:17 +0200 |
| commit | b3705abf84b49493aa670042def76405e851c196 (patch) | |
| tree | 81f424c881812d1b37a62f891431b965e3864e6d /3ds.json | |
| parent | Added package.sh to create a 3DS executable (diff) | |
| download | rust_3ds-b3705abf84b49493aa670042def76405e851c196.tar.xz rust_3ds-b3705abf84b49493aa670042def76405e851c196.zip | |
Added gcc linker for comparison
Diffstat (limited to '3ds.json')
| -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, |