We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358a8c2 commit 59e7470Copy full SHA for 59e7470
1 file changed
CMakeLists.txt
@@ -571,9 +571,9 @@ if(CMAKE_TOOLCHAIN_FILE)
571
--with-isl=${toolchain_build_depends_dir}
572
--with-libelf=${toolchain_build_depends_dir}
573
${common_gcc_configure_args}
574
- --disable-threads
+ --enable-threads=posix
575
--with-headers=yes
576
- --disable-libgomp
+ --enable-libgomp
577
"CFLAGS=${GCC_CFLAGS}"
578
"CXXFLAGS=${GCC_CFLAGS}"
579
BUILD_COMMAND ${toolchain_tools} ${wrapper_command} $(MAKE) INHIBIT_LIBC_CFLAGS="-DUSE_TM_CLONE_REGISTRY=0"
0 commit comments