代码拉取完成,页面将自动刷新
同步操作将从 src-anolis-os/qt5-qtbase 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Origin: uniontech
Reviewed-By: zhangfeilong@uniontech.com
Last-Update: 2021-07-28
--- qtbase-opensource-src-5.11.3.35.orig/src/corelib/global/archdetect.cpp
+++ qtbase-opensource-src-5.11.3.35/src/corelib/global/archdetect.cpp
@@ -77,6 +77,8 @@
# define ARCH_PROCESSOR "sparcv9"
#elif defined(Q_PROCESSOR_SPARC)
# define ARCH_PROCESSOR "sparc"
+#elif defined(Q_PROCESSOR_SW_64)
+# define ARCH_PROCESSOR "sw_64"
#else
# define ARCH_PROCESSOR "unknown"
#endif
--- qtbase-opensource-src-5.11.3.35.orig/src/corelib/global/qprocessordetection.h
+++ qtbase-opensource-src-5.11.3.35/src/corelib/global/qprocessordetection.h
@@ -89,6 +89,18 @@
// Q_BYTE_ORDER not defined, use endianness auto-detection
/*
+ SW64 family
+
+ SW64 is little-endian.
+*/
+
+#if defined(__sw_64__)
+# define Q_PROCESSOR_SW_64
+# define Q_BYTE_ORDER Q_LITTLE_ENDIAN
+# define Q_PROCESSOR_WORDSIZE 8
+#endif
+
+/*
ARM family, known revisions: V5, V6, V7, V8
ARM is bi-endian, detect using __ARMEL__ or __ARMEB__, falling back to
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。