You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
773 B
30 lines
773 B
10 years ago
|
{
|
||
|
"data-layout": "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a:0:64-n32-m:e",
|
||
|
"llvm-target": "arm-none-eabihf",
|
||
|
"linker": "arm-none-eabi-g++",
|
||
|
"ar": "arm-none-eabi-ar",
|
||
|
"target-endian": "little",
|
||
|
"target-pointer-width": "32",
|
||
|
"arch": "arm",
|
||
|
"os": "none",
|
||
|
"cpu": "mpcore",
|
||
|
"features": "+vfp2",
|
||
|
"relocation-model": "static",
|
||
|
"linker-is-gnu": true,
|
||
|
"has-rpath": true,
|
||
|
"morestack": false,
|
||
|
"disable-redzone": true,
|
||
|
"executables": true,
|
||
|
"dynamic-linking": false,
|
||
|
"no-compiler-rt": true,
|
||
|
"exe-suffix": ".elf",
|
||
|
"pre-link-args": ["-specs",
|
||
|
"3dsx.specs",
|
||
|
"-march=armv6k",
|
||
|
"-mtune=mpcore",
|
||
|
"-mfloat-abi=hard"
|
||
|
],
|
||
|
"is-like-windows": true,
|
||
|
"function-sections": false
|
||
|
}
|