summarylogtreecommitdiffstats
path: root/mingw-posix.patch
diff options
context:
space:
mode:
authorMichel Zou2019-09-25 22:14:25 +0200
committerMichel Zou2019-09-25 22:14:25 +0200
commit9c2e6d38e8a4c536be8a0a2bf16cbedb9ea46c05 (patch)
treeea05f266bb925554f50d7a421a3d844e30b975d5 /mingw-posix.patch
parent824a2b35cc0e75128b40bfb641db873099068911 (diff)
downloadaur-9c2e6d38e8a4c536be8a0a2bf16cbedb9ea46c05.tar.gz
19.2.0
Diffstat (limited to 'mingw-posix.patch')
-rw-r--r--mingw-posix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/mingw-posix.patch b/mingw-posix.patch
deleted file mode 100644
index 9846e8708c03..000000000000
--- a/mingw-posix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scons/llvm.py b/scons/llvm.py
-index a84ad51d97a..7ebcaf1c58c 100644
---- a/scons/llvm.py
-+++ b/scons/llvm.py
-@@ -123,7 +123,7 @@ def generate(env):
- if env['platform'] == 'windows' and env['crosscompile']:
- # LLVM 5.0 requires MinGW w/ pthreads due to use of std::thread and friends.
- assert env['gcc']
-- env['CXX'] = env['CXX'] + '-posix'
-+ env.AppendUnique(CXXFLAGS = ['-posix'])
- elif llvm_version >= distutils.version.LooseVersion('4.0'):
- env.Prepend(LIBS = [
- 'LLVMX86Disassembler', 'LLVMX86AsmParser',