lib_composite 0.2.1

Rust compatibility library for the composite operating system
{
  "arch": "x86",
  "cpu": "pentium4",
  "crt-static-default": false,
  "data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
  "eliminate-frame-pointer": true,
  "env": "musl",
  "exe-allocation-crate": "alloc_system",
  "lib-allocation-crate": "alloc_system",
  "executables": false,
  "has-elf-tls": false,
  "is-builtin": false,
  "linker-flavor": "gcc",
  "linker-is-gnu": true,
  "llvm-target": "i686-unknown-linux-musl",
  "max-atomic-width": 64,
  "os": "linux",
  "relocation-model": "dynamic-no-pic",
  "post-link-args": {
    "gcc": [
      "-Wl,-)"
    ]
  },
  "post-link-objects": [
    "crtn.o"
  ],
  "pre-link-args": {
    "gcc": [
      "-Wl,--as-needed",
      "-Wl,-z,noexecstack",
      "-nostdlib",
      "-no-pie",
      "-Wl,--eh-frame-hdr",
      "-Wl,-(",
      "-m32",
      "-Wl,-melf_i386"
    ]
  },
  "pre-link-objects-exe": [
    "crt1.o",
    "crti.o"
  ],
  "relro-level": "full",
  "stack-probes": false,
  "target-endian": "little",
  "target-family": "unix",
  "target-pointer-width": "32",
  "vendor": "unknown",
  "features": "-mmx,-sse",
  "disable-redzone": true
}