mirror of https://git.musl-libc.org/git/musl
Browse Source
the specfile for the wrapper was written assuming output is pie only if -pie appears on the command line. recent (and older patched) versions of gcc can be configured to produce pie output by default, adn when used with such a toolchain, the wrapper linked the wrong startfiles (crt*) containing pic-incompatible code. rather than trying to figure out gcc's default, simply always use the pic-compatible start files.master
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue