Advertisement
ZirconiumX

Untitled

Oct 29th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "data-layout": "e-p:64:64:64-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-a0:0:64-n64",
  3. "llvm-target": "mips64el-none-elf",
  4. "target-endian": "little",
  5. "target-word-size": "64",
  6. "target-pointer-width": "64",
  7. "target-c-int-width": "32",
  8. "linker-flavor": "gcc",
  9. "arch": "mips",
  10. "os": "none",
  11. "cpu": "mips3",
  12. "morestack": false,
  13. "panic": "abort",
  14. "no-compiler-rt": true,
  15. "executables": true,
  16. "soft-float": true,
  17. "linker": "/media/tatokis/Lain/lainux/ps2clang/prefix/bin/mips64el-none-elf-gcc",
  18. "function-sections": false,
  19. "relocation-model": "static",
  20. "pre-link-args": {
  21. "gcc": ["-nostartfiles"]
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement