[oe] [PATCH] conf/machine: Add x86_64 machine.

Phil Blundell philb at gnu.org
Thu Dec 17 20:22:58 UTC 2009


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, or indeed that it makes much sense to talk about
"tuning" for generic x86-64 in the first place.

p.






More information about the Openembedded-devel mailing list