Add a pre-link-args-crt entry

Per discussion/findings in https://github.com/rust-console/gba/issues/90
This commit is contained in:
Lokathor 2020-01-22 12:25:20 -07:00 committed by GitHub
parent 35e9857dcc
commit af98b63aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"