On Wed, 2011-07-27 at 10:44 +0200, Koen Kooi wrote: > Op 27 jul. 2011, om 10:36 heeft Richard Purdie het volgende geschreven: > > > [..] > > > We could also put: > > > > GLIBC_EXTRA_OECONF = "--with-cpu=e500" > > > > in the machine config files. > > Note that that will make glibc 'machine' specific and by association all > userspace. So if you're going that route, you need to touch TUNE_PKGARCH as > well.
That's true for glibc but it isn't entirely accurate to extend that to "all userspace" since (AFAIK) none of the --with-cpu optimisations that glibc does are ABI-changing. So, it's just eglibc itself that needs to get a different package architecture, everything else can stay with the generic value. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
