Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qt5script: fix build issue with 32-bits armv8-a
Adds WTF platform support for the 32-bits armv8-a architectures. Fixes: In file included from ../3rdparty/javascriptcore/JavaScriptCore/config.h:26, from ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:44: ../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: #error "Not supported ARM architecture" # error "Not supported ARM architecture" ^~~~~ The patch is based on two upstream fixes in WebKit[1][2]. See also commit cea7aa8. [1]: WebKit/WebKit@313d9fc [2]: WebKit/WebKit@98f0de0 Signed-off-by: Gaël PORTAY <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information