[oe-commits] Michael Buesch : Fix compilation of Openembedded on ppc64

GIT User account git at amethyst.openembedded.net
Tue Dec 9 09:54:17 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 170d66aacf34ee0c3d78df8771ddf43821c08011
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=170d66aacf34ee0c3d78df8771ddf43821c08011

Author: Michael Buesch <mb at bu3sch.de>
Date:   Mon Dec  8 20:37:03 2008 +0100

Fix compilation of Openembedded on ppc64

This adds ppc64-linux to the siteinfo list.

Signed-off-by: Michael Buesch <mb at bu3sch.de>

---

 classes/siteinfo.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 039afbb..ee4e4b3 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",\





More information about the Openembedded-commits mailing list