Add missing architectures for packages

The list in packagefs wasn't in sync anyway.
This commit is contained in:
François Revol
2013-09-29 19:48:26 +02:00
parent 75453edc01
commit 624ba5482b
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ enum BPackageArchitecture {
B_PACKAGE_ARCHITECTURE_X86_GCC2 = 2,
B_PACKAGE_ARCHITECTURE_SOURCE = 3,
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,
};
@@ -62,6 +62,10 @@ const char* const kArchitectureNames[B_PACKAGE_ARCHITECTURE_ENUM_COUNT] = {
"x86",
"x86_gcc2",
"source",
"x86_64",
"ppc",
"arm",
"m68k"
};
+3
View File
@@ -66,6 +66,9 @@ BPackageInfo::kArchitectureNames[B_PACKAGE_ARCHITECTURE_ENUM_COUNT] = {
"x86_gcc2",
"source",
"x86_64",
"ppc",
"arm",
"m68k"
};