diff options
| author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 15:50:07 +0000 |
|---|---|---|
| committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 15:50:07 +0000 |
| commit | 70211bf9611becd78daefde81ce10aa226aecc45 (patch) | |
| tree | 2ab7f40fb7df33cc606e5f8a35eabac650e96a35 /classes | |
| parent | da18f9946b649da2a694bef91b64cb2b5dad8afe (diff) | |
| parent | 59feb2d71f1da6ef8e8d0838b382569b631d0c5e (diff) | |
merge of 'd869db4c0ac7d1350976e17e00fe6ec914dd9499'
and 'dede9079788e02b5f4efb62d0efbe5df90c32ee0'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/siteinfo.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 5d6d5649c7..80e6e32af7 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -40,7 +40,8 @@ def get_siteinfo_list(d): "mipsel-linux": "endian-little bit-32 common-glibc",\ "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc",\ "powerpc-darwin": "endian-big bit-32 common-darwin",\ - "powerpc-linux": "endian-big bit-32 common-glibc",\ + "ppc-linux": "endian-big bit-32 common-glibc",\ + "powerpc-linux": "endian-big bit-32 common-glibc",\ "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc",\ "sh3-linux": "endian-little bit-32 common-glibc sh-common",\ "sh4-linux": "endian-little bit-32 common-glibc sh-common",\ |
