From 69b7c76559d95cf774c242f8423b447c786dde47 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 24 Sep 2020 21:24:28 +0100 Subject: Fix LLVM 4.0 build patch --- scripts/build/patches/llvm40.patch | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scripts') diff --git a/scripts/build/patches/llvm40.patch b/scripts/build/patches/llvm40.patch index 8e8481dd..4a101487 100644 --- a/scripts/build/patches/llvm40.patch +++ b/scripts/build/patches/llvm40.patch @@ -98,14 +98,3 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" OR MINGW) # FIXME: It should be "GNU ld for elf" # GNU ld doesn't resolve symbols in the version script. set(LIB_NAMES -Wl,--whole-archive ${LIB_NAMES} -Wl,--no-whole-archive) ---- a/libcxx/include/__locale -+++ b/libcxx/include/__locale -@@ -34,7 +34,7 @@ - # include - #elif defined(_NEWLIB_VERSION) - # include --#elif (defined(__GLIBC__) || defined(__APPLE__) || defined(__FreeBSD__) \ -+#elif (defined(__APPLE__) || defined(__FreeBSD__) \ - || defined(__EMSCRIPTEN__) || defined(__IBMCPP__)) - # include - #elif defined(_LIBCPP_HAS_MUSL_LIBC) \ No newline at end of file -- cgit 1.4.1