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.
25 lines
444 B
25 lines
444 B
arch: {
|
|
x86_64: {
|
|
rustlibs: ["libx86_64_rust"],
|
|
},
|
|
arm64: {
|
|
rustlibs: ["libaarch64"],
|
|
},
|
|
},
|
|
target: {
|
|
linux_glibc_x86_64: {
|
|
features: [
|
|
"gdb",
|
|
"gdbstub",
|
|
],
|
|
rustlibs: [
|
|
"libgdbstub",
|
|
"libgdbstub_arch",
|
|
"libthiserror",
|
|
],
|
|
},
|
|
},
|
|
ld_flags: [
|
|
"-Wl,--rpath,\\$$ORIGIN",
|
|
"-Wl,--rpath,\\$$ORIGIN/../../lib64",
|
|
] |