Re: libbsd: Manipulating object files using waf build system

2016-08-09 Thread Christian Mauderer
Am 02.08.2016 um 08:04 schrieb Christian Mauderer: > Hello, > > I have a second waf problem beneath the one already discussed in the > other thread: Is it possible to do some object file manipulation before > linking? To be exact I would need to rename some of the sections in the > object files. >

Re: libbsd: Manipulating object files using waf build system

2016-08-02 Thread Christian Mauderer
Am 02.08.2016 um 16:41 schrieb Gedare Bloom: > On Tue, Aug 2, 2016 at 2:04 AM, Christian Mauderer > wrote: >> Hello, >> >> I have a second waf problem beneath the one already discussed in the >> other thread: Is it possible to do some object file manipulation before >> linking? To be exact I would

Re: libbsd: Manipulating object files using waf build system

2016-08-02 Thread Gedare Bloom
On Tue, Aug 2, 2016 at 2:04 AM, Christian Mauderer wrote: > Hello, > > I have a second waf problem beneath the one already discussed in the > other thread: Is it possible to do some object file manipulation before > linking? To be exact I would need to rename some of the sections in the > object f

libbsd: Manipulating object files using waf build system

2016-08-01 Thread Christian Mauderer
Hello, I have a second waf problem beneath the one already discussed in the other thread: Is it possible to do some object file manipulation before linking? To be exact I would need to rename some of the sections in the object files. If you want to stop reading, you can do it here. The following