diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-28 14:04:11 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-28 14:04:11 +0000 |
| commit | 2d98643792aff583609b66f93309936e79b30651 (patch) | |
| tree | 278cca253a91a6419ae4d1d04c42003239b0fef9 /classes | |
| parent | 826d9b38af92ce9f032657fe238f6a597a129fc3 (diff) | |
| parent | 086cb1cfc685cb8a8b6d342fb831003fc0a58463 (diff) | |
merge of '27d9db34dfe6920ee9c44a4591002e8618746a0c'
and 'fadea704d0edbbc0f97766e6f45798f069a8d5b8'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/siteinfo.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 0d31be4dc4..039afbbee1 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -47,6 +47,7 @@ def get_siteinfo_list(d): "powerpc-darwin": "endian-big bit-32 common-darwin",\ "ppc-linux": "endian-big bit-32 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",\ "sh3-linux": "endian-little bit-32 common-linux common-glibc sh-common",\ "sh4-linux": "endian-little bit-32 common-linux common-glibc sh-common",\ |
