Differential D38165 Diff 118368 www/qt5-webengine/files/patch-src_3rdparty_chromium_base_system_sys__info__posix.cc
Changeset View
Changeset View
Standalone View
Standalone View
www/qt5-webengine/files/patch-src_3rdparty_chromium_base_system_sys__info__posix.cc
--- src/3rdparty/chromium/base/system/sys_info_posix.cc.orig 2019-11-27 21:12:25 UTC | --- src/3rdparty/chromium/base/system/sys_info_posix.cc.orig 2021-12-15 16:12:54 UTC | ||||
+++ src/3rdparty/chromium/base/system/sys_info_posix.cc | +++ src/3rdparty/chromium/base/system/sys_info_posix.cc | ||||
@@ -220,6 +220,8 @@ std::string SysInfo::OperatingSystemArchitecture() { | @@ -223,6 +223,8 @@ std::string SysInfo::OperatingSystemArchitecture() { | ||||
arch = "x86"; | arch = "x86"; | ||||
} else if (arch == "amd64") { | } else if (arch == "amd64") { | ||||
arch = "x86_64"; | arch = "x86_64"; | ||||
+ } else if (arch == "arm64") { | + } else if (arch == "arm64") { | ||||
+ arch = "aarch64"; | + arch = "aarch64"; | ||||
} else if (std::string(info.sysname) == "AIX") { | } else if (std::string(info.sysname) == "AIX") { | ||||
arch = "ppc64"; | arch = "ppc64"; | ||||
} | } |