mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-23 07:56:33 +11:00
Add a pre-link-args-crt entry
Per discussion/findings in https://github.com/rust-console/gba/issues/90
This commit is contained in:
parent
35e9857dcc
commit
af98b63aa1
1 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,11 @@
|
||||||
"llvm-target": "thumbv4-none-agb",
|
"llvm-target": "thumbv4-none-agb",
|
||||||
"os": "none",
|
"os": "none",
|
||||||
"panic-strategy": "abort",
|
"panic-strategy": "abort",
|
||||||
|
"pre-link-args-crt": {
|
||||||
|
"ld": [
|
||||||
|
"crt0.o"
|
||||||
|
]
|
||||||
|
},
|
||||||
"pre-link-args": {
|
"pre-link-args": {
|
||||||
"ld": [
|
"ld": [
|
||||||
"-Tlinker.ld"
|
"-Tlinker.ld"
|
||||||
|
|
Loading…
Add table
Reference in a new issue