f0rmiga / gcc-toolchain

A fully-hermetic Bazel GCC toolchain for Linux.
Apache License 2.0
103 stars 24 forks source link

fix: sysroot build libraries with position independent code #174

Closed f0rmiga closed 5 months ago

f0rmiga commented 5 months ago

This was affecting mainly the static Fortran linking, which required -fpic or -fPIC to work.