| { |
| "arch": "x86_64", |
| "os": "none", |
| "llvm-target": "x86_64-elf", |
| "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128", |
| "target-pointer-width": "64", |
| "target-c-int-width": "64", |
| "cpu" : "westmere", |
| "target-endian": "little", |
| "env": "none", |
| "pre-link-args" : { |
| "gcc": ["-m64", "-ffreestanding", "-nodefaultlibs", "-nostdlib", "-fno-stack-protector"] |
| }, |
| "post-link-args" : { |
| "gcc": ["-lgcc", "-lgcc_eh", "-lnosys", "-lm"] |
| }, |
| "disable-redzone": false, |
| "executables": true, |
| "relocation-model": "pic", |
| "has-elf-tls": false, |
| "linker-is-gnu": true, |
| "relocation-model": "static", |
| "position-independent-executables": false, |
| "dynamic_linking": false, |
| "panic-strategy": "abort", |
| "no-default-libraries": true, |
| "no-compiler-rt": false, |
| "linker-flavor": "gcc" |
| } |