From 8e62b80e958264b92e0804c336a1c2d8c461a2d0 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Tue, 14 Apr 2020 15:07:39 -0500 Subject: Updated to GitHub version --- glibcpthread.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 glibcpthread.patch (limited to 'glibcpthread.patch') diff --git a/glibcpthread.patch b/glibcpthread.patch new file mode 100644 index 0000000..24ce515 --- /dev/null +++ b/glibcpthread.patch @@ -0,0 +1,11 @@ +--- llvm-project/compiler-rt/lib/builtins/CMakeLists.txt.orig 2019-12-11 15:39:19.537518740 -0600 ++++ llvm-project/compiler-rt/lib/builtins/CMakeLists.txt 2019-12-11 23:23:57.583292289 -0600 +@@ -537,7 +537,7 @@ + add_subdirectory(macho_embedded) + darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS}) + else () +- set(BUILTIN_CFLAGS "") ++ set(BUILTIN_CFLAGS "-D_DEFAULT_SOURCE") + + append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 BUILTIN_CFLAGS) + -- cgit