|
@@ -12,11 +12,14 @@
|
|
"executables": true,
|
|
"executables": true,
|
|
"features": "+vfp4,+d16,+fp-only-sp",
|
|
"features": "+vfp4,+d16,+fp-only-sp",
|
|
"linker": "arm-none-eabi-gcc",
|
|
"linker": "arm-none-eabi-gcc",
|
|
|
|
+ "linker-flavor": "gcc",
|
|
"llvm-target": "thumbv7em-none-eabihf",
|
|
"llvm-target": "thumbv7em-none-eabihf",
|
|
"max-atomic-width": 32,
|
|
"max-atomic-width": 32,
|
|
"os": "linux",
|
|
"os": "linux",
|
|
"panic-strategy": "abort",
|
|
"panic-strategy": "abort",
|
|
- "pre-link-args": ["-nostartfiles"],
|
|
|
|
|
|
+ "pre-link-args": {
|
|
|
|
+ "gcc": ["-nostartfiles"]
|
|
|
|
+ },
|
|
"relocation-model": "static",
|
|
"relocation-model": "static",
|
|
"target-endian": "little",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-pointer-width": "32",
|