> On Sep 1, 2015, at 7:55 AM, Mark Hatle <[email protected]> wrote: > > > Do you have any sense of the problems when gcc uses an older version of GMP? > If > a newer version is required for gcc -- then can gcc itself check that it's a > proper minimum version available? (At this point I would assume if someone is > worried about GPLv3 issues, that they would NOT be putting the compiler and > related tools on the target.) I know we can specify -runtime- minimum > versions > easily enough using the > directive.. but I don't think there is an easy way > to > specify minimum build version, other then verify we have the correct version > available to us though a file check of some kind.
gcc needs gmp >= 4.3.2 now a days but it infact does check for version presented to it from build system thats where the problem lies but as I said it might not be a usual case.
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
