On Mon, Jul 28, 2014 at 11:26 AM, Ben Shelton <[email protected]> wrote: > meta-toolchain ought to include static libs. This fixes an issue we saw > where a compile against libsupc++.a failed due to the missing library.
I don't think this is a good idea. There are license implications of static linking. You have to specific about it. However this case is different since libsupc++ is special library and also have runtime exceptions. You should move this library to libstdc++-dev package instead. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
