mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-08-02 14:33:27 +02:00

this is binutils issue 23825, but it's caused by gcc using local-exec model rather than initial-exec model with the intent of making binutils generate copy relocations. this is harmful, unnecessary, and not presently supported by musl (and probably should never be). patch taken from https://github.com/riscv/riscv-gcc/pull/118.