Fixed warning unused no-compiler-rt
The warning: target json file contains unused fields: no-compiler-rt is now gone.
This commit is contained in:
parent
a33d38a755
commit
ba9e78840c
|
@ -8,7 +8,6 @@
|
||||||
"linker-flavor": "gcc",
|
"linker-flavor": "gcc",
|
||||||
"linker-is-gnu": true,
|
"linker-is-gnu": true,
|
||||||
"llvm-target": "avr-unknown-unknown",
|
"llvm-target": "avr-unknown-unknown",
|
||||||
"no-compiler-rt": true,
|
|
||||||
"os": "unknown",
|
"os": "unknown",
|
||||||
"position-independent-executables": false,
|
"position-independent-executables": false,
|
||||||
"exe-suffix": ".elf",
|
"exe-suffix": ".elf",
|
||||||
|
|
Loading…
Reference in New Issue