summaryrefslogtreecommitdiff
path: root/3ds.json
diff options
context:
space:
mode:
authorDario Bartussek <[email protected]>2021-04-14 03:12:17 +0200
committerDario Bartussek <[email protected]>2021-04-14 03:12:17 +0200
commitb3705abf84b49493aa670042def76405e851c196 (patch)
tree81f424c881812d1b37a62f891431b965e3864e6d /3ds.json
parentAdded package.sh to create a 3DS executable (diff)
downloadrust_3ds-b3705abf84b49493aa670042def76405e851c196.tar.xz
rust_3ds-b3705abf84b49493aa670042def76405e851c196.zip
Added gcc linker for comparison
Diffstat (limited to '3ds.json')
-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,