On Mon, Jul 26, 2010 at 1:12 PM, Tom Rini <[email protected]> wrote: > Khem Raj wrote: >> >> * Install the symlinks instead of copied of tools. >> * Dont build shared libopcodes > > Is that intended to fix the relocation issue with pstaging+relocatable? If > so I was just about to push a PREPROCESS_RELOCATE_DIRS to deal with that. > Or is there some other reason to disable shared versions of these > libraries?
We might have different versions of libopcodes or libbfd depending upon multiple versions of binutils in multimachine environment. they will have version differences so in theory it should pick the right one always but its a change which can be done later and -with-shared has issues with gentoo binutils so it helps folks who use gentoo as build host. > > -- > Tom Rini > Mentor Graphics Corporation > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
