mariadb/cmake/os
Vladislav Vaintroub 527ff458aa On Solaris, overwrite CMake's proposed thread library -lthread with -lpthread.
-lthread works fine in most cases, but at least with gcc 3.4.6 on x86, dlopen() crashes when libpthread is not used. 
Note : the workaround existed prior and did not work  since CMAKE_THREADS_LIBS_INIT was already
 in cache.  Now, use SET(.. CACHE FORCE)  to overwrite the cached value.
2010-02-25 10:57:23 +01:00
..
AIX.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
Cygwin.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
Darwin.cmake Move OSX specific checks to cmake/os/Darwin.cmake 2010-01-26 18:09:14 +01:00
FreeBSD.cmake Move FreeBSD specific hacks to cmake/os/FreeBSD.cmake 2010-01-26 18:13:37 +01:00
HP-UX.cmake fix default architecture flag (v8) on sparc32 gcc that prevent mysql from compilng, add HPUX.cmake 2010-01-27 01:50:19 +01:00
Linux.cmake WL#5161, implement Mats' suggeston to move platform specifics into own files 2010-01-26 15:56:50 +01:00
OS400.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
SunOS.cmake On Solaris, overwrite CMake's proposed thread library -lthread with -lpthread. 2010-02-25 10:57:23 +01:00
Windows.cmake Install static client and embedded debug libraries 2010-02-20 20:40:03 +01:00
WindowsCache.cmake fix typo 2010-02-17 00:27:45 +01:00