You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
510 B
10 lines
510 B
--- projects/openmp/runtime/cmake/config-ix.cmake.orig 2019-04-04 21:32:58.195143957 +0000
|
|
+++ ./projects/openmp/runtime/cmake/config-ix.cmake 2019-04-04 21:33:43.999700683 +0000
|
|
@@ -71,7 +71,6 @@
|
|
check_c_compiler_flag(-msse2 LIBOMP_HAVE_MSSE2_FLAG)
|
|
check_c_compiler_flag(-ftls-model=initial-exec LIBOMP_HAVE_FTLS_MODEL_FLAG)
|
|
libomp_check_architecture_flag(-mmic LIBOMP_HAVE_MMIC_FLAG)
|
|
-libomp_check_architecture_flag(-m32 LIBOMP_HAVE_M32_FLAG)
|
|
if(WIN32)
|
|
if(MSVC)
|
|
# Check Windows MSVC style flags.
|
|
|