On Wednesday, May 30, 2012, Samuel Stirtzel wrote: > 2012/5/29 Khem Raj <[email protected] <javascript:;>>: > >> > >> At some extend yes, the configuration checks the host, the default > >> string passed is "arm" but the configure.in checks for: > >> > >> case "${host_cpu}" in > >> ... > >> armv7*) > >> AC_MSG_RESULT([ok (${host_cpu})]) > >> ARCH_MAX="arm" > >> > > > > in OE we know that compiler is configured to generate code for armv7 > > therefore you can safely change armv7* above in configure.in to be arm* > > > > On this change I don't have a strong opinion (looks rather cosmetically). > But sure I can send a follow up patch like you suggested.
It is not cosmetic if you see it also enables it for non armv7 archs > > > -- > Regards > Samuel > > _______________________________________________ > Openembedded-core mailing list > [email protected] <javascript:;> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
