From: Michael Buesch Date: Mon, 8 Dec 2008 19:37:03 +0000 (+0100) Subject: Fix compilation of Openembedded on ppc64 X-Git-Tag: Release-2010-05/1~4811 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170d66aacf34ee0c3d78df8771ddf43821c08011;p=openembedded.git Fix compilation of Openembedded on ppc64 This adds ppc64-linux to the siteinfo list. Signed-off-by: Michael Buesch --- diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 039afbbee1..ee4e4b3299 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -46,6 +46,7 @@ def get_siteinfo_list(d): "mips-linux-uclibc": "endian-big bit-32 common-linux common-uclibc",\ "powerpc-darwin": "endian-big bit-32 common-darwin",\ "ppc-linux": "endian-big bit-32 common-linux common-glibc powerpc-common",\ + "ppc64-linux": "endian-big bit-64 common-linux common-glibc powerpc-common",\ "powerpc-linux": "endian-big bit-32 common-linux common-glibc powerpc-common",\ "powerpc-linux-gnuspe": "endian-big bit-32 common-linux common-glibc powerpc-common",\ "powerpc-linux-uclibc": "endian-big bit-32 common-linux common-uclibc powerpc-common",\