diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-02-13 01:53:46 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-02-13 01:53:46 +0000 |
| commit | 27a9ce4b1ae346e92a75ee97a44fc03b16f8eaba (patch) | |
| tree | b3dcf20766319fa057454d6dcef909140d89cd87 /classes | |
| parent | aa619a190201f2f5e517f8ef585da00b18451505 (diff) | |
| parent | 7bf9ed5ae2ab1443dc063c78f932f1c625273378 (diff) | |
merge of 'aad5df383bc434cd0878ee0c422e02a150f54887'
and 'fd93fdacb86bfe54561d00e6e8b44feb721c3f47'
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",\ |
