-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "qt6base: Update to 6.2.9 lts version"
This reverts commit 70369e4. Signed-off-by: Tianling Shen <[email protected]> (cherry picked from commit 7518100)
- Loading branch information
1 parent
d8298c6
commit 5d93d58
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- a/src/corelib/plugin/qelfparser_p.cpp | ||
+++ b/src/corelib/plugin/qelfparser_p.cpp | ||
@@ -382,7 +382,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION stati | ||
case EM_ALPHA: d << ", Alpha"; break; | ||
case EM_68K: d << ", MC68000"; break; | ||
case EM_ARM: d << ", ARM"; break; | ||
+#ifdef EM_AARCH64 | ||
case EM_AARCH64: d << ", AArch64"; break; | ||
+#endif | ||
#ifdef EM_BLACKFIN | ||
case EM_BLACKFIN: d << ", Blackfin"; break; | ||
#endif |