|
Message-ID: <52F8D3B0.4030106@f-prot.com> Date: Mon, 10 Feb 2014 13:27:12 +0000 From: Oliver Schneider <musl-mailinglist@...rot.com> To: musl@...ts.openwall.com Subject: Re: How to build libc.a with -fPIC for all archive members? So I piped the output of the compilation into a text file and then used "grep -v fPIC" to see only lines that don't contain -fPIC (well fPIC), but that yields a list where the "ar" command and a few auxiliary commands are the only ones left. So it appears all calls to the compiler (I use GCC) pass the -fPIC from the ./configure invocation. Still looking, but if someone has any input, that would be appreciated. // Oliver
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.