|
Message-ID: <20141104183425.GA1353@euler> Date: Tue, 4 Nov 2014 19:34:25 +0100 From: Felix Janda <felix.janda@...teo.de> To: musl@...ts.openwall.com Subject: Re: debugging problem with musl ld and qemu-ppc stephen Turner wrote: > Would this issue affect all programs not just the rebuilding of gcc? I have > been having a lot of problems with one lib or another failing when trying > to rebuild code on my static musl gcc system (building both dynamic and > static) My particular example only applies to programs linked dynamically against gmp (configured with --enable-assembly). More generally it affects all programs dynamically linked to libraries containing relocations which binutils thinks of as requiring bss-plt. (The programs could also contain the relocation themselves.) I have not encountered this for anything other than gmp, yet. Felix
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.