Dnia czwartek, 17 grudnia 2009 o 21:22:58 Phil Blundell napisaĆ(a): > 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. > > It's also not completely obvious to me that this stuff belongs in a > tune-* file at all
We moved PACKAGE_EXTRA_ARCHS from machine configs to tune-* files to cleanup situation where some machines lacked working archs or had them just wrong. Regards, -- JID: [email protected] Website: http://marcin.juszkiewicz.com.pl/ LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
