mariadb/cmake/os
Tor Didriksen 029a5df870 Bug #58699 cannot build with gcc dbg on solaris
cmake/os/SunOS.cmake:
  Remove TARGET_OS_SOLARIS
config.h.cmake:
  Remove TARGET_OS_SOLARIS
  Add PTHREAD_ONCE_INITIALIZER
configure.cmake:
  Add function for testing whether we need { PTHREAD_ONCE_INIT } rather than PTHREAD_ONCE_INIT
include/my_pthread.h:
  Use PTHREAD_ONCE_INITIALIZER if set by cmake.
include/mysql/psi/mysql_file.h:
  Include my_global.h first, to get correct platform definitions.
mysys/ptr_cmp.c:
  Hide the unused static functions in #ifdef's on solaris.
  Use __sun (defined by both gcc and SunPro cc) rather than TARGET_OS_SOLARIS
sql/my_decimal.cc:
  Include my_global.h first, to get correct platform definitions.
sql/mysqld.cc:
  Fix signed/unsigned comparison warning.
sql/sql_audit.h:
  Include my_global.h first, to get correct platform definitions.
sql/sql_plugin.h:
  Include my_global.h first, to get correct platform definitions.
sql/sql_show.cc:
  Fix: warning: cast from pointer to integer of different size
sql/sys_vars.h:
  Use reinterpret_cast rather than c-style cast.
storage/perfschema/pfs_instr.cc:
  Include my_global.h first, to get correct platform definitions.
2010-12-21 13:00:26 +01:00
..
AIX.cmake Fix syntax error (missing quote). 2010-07-01 14:55:52 +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 Fix Bug #54739 2010-06-23 16:19:19 +02: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 GCC's link option only take a single hyphen. 2010-10-20 19:25:28 -02:00
OS400.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
SunOS.cmake Bug #58699 cannot build with gcc dbg on solaris 2010-12-21 13:00:26 +01:00
Windows.cmake Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmake 2010-11-20 00:20:18 +01:00
WindowsCache.cmake avoid useless system check on Windows 2010-11-20 00:56:07 +01:00