Skip to content

Instantly share code, notes, and snippets.

@wireboy5
Created March 28, 2022 02:09
Show Gist options
  • Save wireboy5/5bb41fe7bc8a0469635e56a3076946bf to your computer and use it in GitHub Desktop.
Save wireboy5/5bb41fe7bc8a0469635e56a3076946bf to your computer and use it in GitHub Desktop.
{
"arch": "arm",
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
"disable-redzone": true,
"emit-debug-gdb-scripts": false,
"env": "newlib",
"executables": true,
"features": "+v7,+thumb2,+soft-float,-neon,+strict-align",
"linker": "arm-none-eabi-gcc",
"linker-flavor": "gcc",
"post-link-args": {
"gcc": [
"-nostartfiles",
"-nostdlib",
"-Wl,-Tlscript.ld,--gc-sections",
"-Wl,--allow-multiple-definition",
"-Wl,--start-group,-lc,-lm,-lgcc,-lstdc++,--end-group"
]
},
"llvm-target": "armv7a-none-eabi",
"max-atomic-width": 64,
"os": "none",
"panic-strategy": "abort",
"relocation-model": "static",
"target-c-int-width": "32",
"target-family": "unix",
"target-endian": "little",
"target-pointer-width": "32",
"vendor": "vex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment