mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
siteinfo: add microblaze little endian target info
* Add microblaze little endian target information Endian little, 32 bits (From OE-Core rev: d0e55b37763932036eb4c19b14cc7265af838c46) Signed-off-by: Adrian Alonso <aalonso@secretlab.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0156ed6731
commit
e0c143efd2
@@ -42,6 +42,7 @@ def get_siteinfo_list(d):
|
||||
"i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
|
||||
"i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
|
||||
"microblaze-linux-gnu": "endian-big bit-32 common-glibc microblaze-common",\
|
||||
"microblazeel-linux-gnu": "endian-little bit-32 common-glibc microblaze-common",\
|
||||
"mipsel-linux": "endian-little bit-32 common-glibc mips-common",\
|
||||
"mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\
|
||||
"mips-linux": "endian-big bit-32 common-glibc mips-common",\
|
||||
|
||||
Reference in New Issue
Block a user