You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fully statically linked binary can also be produced e.g. on s390x by removing this line from libc, reproducible on ppc64le (with ppc64le's respective file).
Building e.g. this
(adapted from nix) with
-C target-feature=+crt-static
on s390x-unknown-linux-gnu yields a binary that still has some.so
dependencies:This was also reproducible (all linux-gnu)
forkpty
insteadbut not reproducible
time
Very verbose output with `-Z print-link-args`
A fully statically linked binary can also be produced e.g. on s390x by removing this line from libc, reproducible on ppc64le (with ppc64le's respective file).
#[link(name = "util")]
Are these
link
directives necessary?/cc @fidencio kata-containers/kata-containers#1239
The text was updated successfully, but these errors were encountered: