summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2022-02-10 08:32:31 +0100
committerPino Toscano <toscano.pino@tiscali.it>2022-02-11 00:31:30 +0100
commit0a41399c2d1a5c2a1508bbc195c700d1a5c76ea8 (patch)
tree6eb2bbb35d914ea6b9cbc4152da67d2a7c230d1f /cmake/QtFeature.cmake
parenta844695e640fe42b2f6681a8ef4f5ebe46044657 (diff)
CMake: enable machine_tuple also on GNU/Hurd
On the Hurd there is the standard GCC toolchain, so it is possible to query GCC for -dumpmachine. Change-Id: Idc8e80c0937147a8ea656bc0320a83d647278455 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtFeature.cmake')
-rw-r--r--cmake/QtFeature.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtFeature.cmake b/cmake/QtFeature.cmake
index bca31660b9..a9b8077e38 100644
--- a/cmake/QtFeature.cmake
+++ b/cmake/QtFeature.cmake
@@ -1090,7 +1090,7 @@ function(qt_config_compile_test_x86simd extension label)
endfunction()
function(qt_config_compile_test_machine_tuple label)
- if(DEFINED TEST_MACHINE_TUPLE OR NOT LINUX OR ANDROID)
+ if(DEFINED TEST_MACHINE_TUPLE OR NOT (LINUX OR HURD) OR ANDROID)
return()
endif()