On Thu, Dec 17, 2009 at 12:22 PM, Phil Blundell <[email protected]> wrote: > On Thu, 2009-12-17 at 12:07 -0800, Khem Raj wrote: >> * This is not supporting multilib >> * Only 64-bit userspace can be built. >> >> --- /dev/null >> +++ b/conf/machine/include/tune-x86_64.inc >> @@ -0,0 +1,4 @@ >> +TARGET_CC_ARCH = "-mtune=generic" >> +BASE_PACKAGE_ARCH = "x86_64" >> +FEED_ARCH = "x86_64" >> +PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 i686" > > If this is a pure 64-bit environment, surely you don't want that stuff > in PACKAGE_EXTRA_ARCHS.
right I will remove it. > > It's also not completely obvious to me that this stuff belongs in a > tune-* file at all, or indeed that it makes much sense to talk about > "tuning" for generic x86-64 in the first place. most of tune files have PACKAGE_EXTRA_ARCHS so it could be another cleaning which needs in tune files. as the machine is for x86_64 generic I think tuning for generic is a good match infact chosing mcpu=generic should be done too. > > p. > > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
