On 04/19/2012 11:43 AM, Emmanuel Deloget wrote: > Checked with 2.13, and it indeed works.
Glad to hear! > Regarding eglibc selection, it feels weird to me to be able to select > both a version AND a revision. If I want version 2.12, I will probably > stick to its corresponding revision. Same for 2.13 or 2.14. Worse, > it doesn't work as expected (violation of the principle of least > surprise): the revision does not change if I change the eglibc > version. That's indeed not intuitive and caused me some troubles myself. Technical reason for that is, CONFIG_EGLIBC_REVISION isn't set by default but will be set depending on CONFIG_EGLIBC_VERSION_2_1X. Once however a config symbol is set, it's not affected anymore by changes which would have effective if they weren't set already. > > Should we limit the revision selection to the eglibc trunk version? > That would make much more sense IMHO, and that would minimize issues > that are related to version/revision conflicts (I suspect they are > quite hard to spot). > > Something like: [..] I agree - we should fix the revision to the actual releases. I'll take a closer look on this later today. Thanks mirko _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
