Add README.
[gps-watch.git] / thumbv6m-none-eabi.json
1 {
2     "arch": "arm",
3     "data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
4     "executables": true,
5     "os": "none",
6     "pre-link-args": ["-Wl,-("],
7     "post-link-args": ["-Wl,-)"],
8     "target-endian": "little",
9     "target-pointer-width": "32",
10     "cpu": "cortex-m0",
11     "llvm-target": "thumbv6m-none-eabi",
12     "features": "+strict-align",
13     "relocation-model": "static",
14     "no-compiler-rt": true
15 }