Rust wrapper for libctru
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.

34 lines
693 B

10 years ago
{
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
10 years ago
"llvm-target": "arm-none-eabihf",
8 years ago
"linker": "arm-none-eabi-gcc",
10 years ago
"ar": "arm-none-eabi-ar",
"target-endian": "little",
"target-pointer-width": "32",
8 years ago
"target-family": "unix",
10 years ago
"arch": "arm",
8 years ago
"os": "linux",
8 years ago
"env": "newlib",
10 years ago
"cpu": "mpcore",
"features": "+vfp2",
"relocation-model": "static",
"executables": true,
"exe-suffix": ".elf",
8 years ago
"panic-strategy": "abort",
"pre-link-args": [
8 years ago
"-specs=3dsx.specs",
10 years ago
"-march=armv6k",
"-mtune=mpcore",
8 years ago
"-mfloat-abi=hard",
"-mtp=soft"
],
"post-link-args": [
"-lc",
"-lm",
"-lsysbase",
"-lc",
"-lgcc",
"-lc"
]
10 years ago
}