ReactOS Build Environment for various platforms
Go to file
Colin Finck 0429fa773b
[ROSBE-UNIX] Fix CMake build under macOS by leaving out -Wl,-S in compiler flags.
This is again a very interesting bug with an equally interesting solution :)
CMake checks for C++11 support of the host compiler during build by compiling a simple test program.
Any warning here means that C++11 is not supported.
However, our default compiler flags used to contain -Wl,-S which isn't supported under macOS.
Therefore every such check used to fail.

We can simply leave it out for all platforms, because binaries are stripped anyway on supported platforms.
2020-05-13 21:56:58 +02:00
Patches Add GMP-6.2.0-C89-fixes.patch by Jim Tabor 2020-05-06 21:12:36 +02:00
RosBE-PPC Fix us back up to use PE-COFF again. This is getting ridiculous, but I now 2008-03-07 06:53:55 +00:00
RosBE-Unix [ROSBE-UNIX] Fix CMake build under macOS by leaving out -Wl,-S in compiler flags. 2020-05-13 21:56:58 +02:00
RosBE-Windows Merge RosBE-Windows 2.2.0 changes from remote-tracking branch 'dreimer/master' 2020-05-01 09:28:11 +02:00
Tools Update Changelog, Licenses, Readme, copyright dates and remove getincludes from tree 2011-09-18 12:48:26 +00:00
.gitattributes [ROSBE] 2020-04-15 19:29:13 +02:00