- 07 Jul, 2020 1 commit
-
-
Steve Lhomme authored
-
- 26 Jun, 2020 1 commit
-
-
Steve Lhomme authored
-
- 22 Jun, 2020 1 commit
-
-
Steve Lhomme authored
-
- 19 Jun, 2020 1 commit
-
-
Steve Lhomme authored
Using the same as in build.sh now.
-
- 26 May, 2020 1 commit
-
-
Steve Lhomme authored
-
- 27 Mar, 2020 4 commits
-
-
Steve Lhomme authored
And cmake and libtool when building with LLVM
-
Steve Lhomme authored
It's easier to debug that way
-
Steve Lhomme authored
It's a now variable that Make will use.
-
Steve Lhomme authored
As found in WSL.
-
- 28 Nov, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Nov, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 21 Nov, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It would require ugly hacks to link with pthreadGC2, or to backport the switch to winpthreads
-
- 28 Sep, 2018 4 commits
-
-
GCC supports using a custom spec file to override the default rules of linking in -lmsvcrt and -lkernel32 etc. Clang doesn't support spec files. But the mingw target in clang recognizes certain libraries (-lmsvcr* and -lucrt*, and -lwindowsapp) and will omit the corresponding default library rules if these are found. And since llvm-mingw uses lld for linking, which is less picky about the exact order of library flags than binutils ld, adding these libraries in EXTRA_LDFLAGS works just fine for this case. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Since July 2018, the latest master of mingw-w64 provides import libraries for these CRT DLLs, which are suitable for use for UWP. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
The generic "gcc -dumpmachine" for finding the build environment architecture should work just fine at least in modern llvm-mingw setups since "gcc" should still refer to the host build environment, not the cross toolchain, and modern llvm-mingw setups also provide <triplet>-gcc aliases, not only <triplet>-clang. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 07 May, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 03 May, 2018 1 commit
-
-
Martin Finkel authored
-
- 14 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 11 Dec, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 15 Nov, 2017 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 08 Nov, 2017 1 commit
-
-
Martin Finkel authored
-
- 24 Oct, 2017 2 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 16 Oct, 2017 2 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 13 Sep, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 02 Jun, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Nov, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 26 Aug, 2016 7 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 2b648c6c.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-