Skip to content

Instantly share code, notes, and snippets.

@alexhumphreys
Created September 9, 2016 08:37
Show Gist options
  • Save alexhumphreys/8b4769b9811ed258cddb5165c949cb36 to your computer and use it in GitHub Desktop.
Save alexhumphreys/8b4769b9811ed258cddb5165c949cb36 to your computer and use it in GitHub Desktop.
tmp/work/x86_64-linux/rust-cross-x86_64/1.10.0-r0/sysroot-destdir/opt/pro/poky/build/tmp/sysroots/x86_64-linux/usr/lib/rustlib/x86_64-linux.json
{
"executables": true,
"morestack": true,
"dynamic-linking": true,
"position-independent-executables": true,
"linker-is-gnu": true,
"os": "linux",
"linker": "gcc",
"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:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128",
"llvm-target": "x86_64-unknown-linux-gnu",
"target-endian": "little",
"ar": "ar",
"post-link-args": [
"-L/opt/pro/poky/build/tmp/sysroots/x86_64-linux/usr/lib",
"-L/opt/pro/poky/build/tmp/sysroots/x86_64-linux/lib",
"-Wl,-rpath-link,/opt/pro/poky/build/tmp/sysroots/x86_64-linux/usr/lib",
"-Wl,-rpath-link,/opt/pro/poky/build/tmp/sysroots/x86_64-linux/lib",
"-Wl,-rpath,/opt/pro/poky/build/tmp/sysroots/x86_64-linux/usr/lib",
"-Wl,-rpath,/opt/pro/poky/build/tmp/sysroots/x86_64-linux/lib",
"-Wl,-O1",
"-Wl,-rpath=../../lib"
],
"env": "gnu",
"has-elf-tls": true,
"target-pointer-width": "64",
"has-rpath": true,
"objcopy": "objcopy",
"arch": "x86_64",
"cpu": "x86-64",
"target-word-size": "64",
"pre-link-args": [
"-Wl,--as-needed",
"-m64"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment