Add missing architectures for packages
The list in packagefs wasn't in sync anyway.
This commit is contained in:
@@ -15,6 +15,9 @@ enum BPackageArchitecture {
|
|||||||
B_PACKAGE_ARCHITECTURE_X86_GCC2 = 2,
|
B_PACKAGE_ARCHITECTURE_X86_GCC2 = 2,
|
||||||
B_PACKAGE_ARCHITECTURE_SOURCE = 3,
|
B_PACKAGE_ARCHITECTURE_SOURCE = 3,
|
||||||
B_PACKAGE_ARCHITECTURE_X86_64 = 4,
|
B_PACKAGE_ARCHITECTURE_X86_64 = 4,
|
||||||
|
B_PACKAGE_ARCHITECTURE_PPC = 5,
|
||||||
|
B_PACKAGE_ARCHITECTURE_ARM = 6,
|
||||||
|
B_PACKAGE_ARCHITECTURE_M68K = 7,
|
||||||
//
|
//
|
||||||
B_PACKAGE_ARCHITECTURE_ENUM_COUNT,
|
B_PACKAGE_ARCHITECTURE_ENUM_COUNT,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -62,6 +62,10 @@ const char* const kArchitectureNames[B_PACKAGE_ARCHITECTURE_ENUM_COUNT] = {
|
|||||||
"x86",
|
"x86",
|
||||||
"x86_gcc2",
|
"x86_gcc2",
|
||||||
"source",
|
"source",
|
||||||
|
"x86_64",
|
||||||
|
"ppc",
|
||||||
|
"arm",
|
||||||
|
"m68k"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,9 @@ BPackageInfo::kArchitectureNames[B_PACKAGE_ARCHITECTURE_ENUM_COUNT] = {
|
|||||||
"x86_gcc2",
|
"x86_gcc2",
|
||||||
"source",
|
"source",
|
||||||
"x86_64",
|
"x86_64",
|
||||||
|
"ppc",
|
||||||
|
"arm",
|
||||||
|
"m68k"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user