# TARGET_OS TARGET_ARCH MACHINE, OSABI, ABIVERSION, Little Endian
def package_qa_get_machine_dict():
return {
- "linux" : { "arm" : (40, 97, 0, True),
+ "linux" : {
+ "arm" : (40, 97, 0, True),
"armeb": (40, 97, 0, False),
"powerpc": (20, 0, 0, False),
"i386": ( 3, 0, 0, True),
"s390": (22, 0, 0, False),
"sparc": ( 2, 0, 0, False),
},
- "linux-uclibc" : { "arm" : (40, 97, 0, True),
+ "linux-uclibc" : {
+ "arm" : (40, 97, 0, True),
"armeb": (40, 97, 0, False),
"powerpc": (20, 0, 0, False),
"mipsel": ( 8, 0, 0, True),