diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2010-12-21 13:00:26 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2010-12-21 13:00:26 +0100 |
commit | f482437cdc22b01bd5f38e8eb6cdac9317baee28 (patch) | |
tree | c89697cfd2105436f135c4a0d9477da852d82981 /cmake/os | |
parent | 1e5b763660f51e4ad35749539cd579b92de3c43e (diff) | |
download | mariadb-git-f482437cdc22b01bd5f38e8eb6cdac9317baee28.tar.gz |
Bug #58699 cannot build with gcc dbg on solaris
Diffstat (limited to 'cmake/os')
-rw-r--r-- | cmake/os/SunOS.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/os/SunOS.cmake b/cmake/os/SunOS.cmake index e932e6c2b74..9e8ca0ef11f 100644 --- a/cmake/os/SunOS.cmake +++ b/cmake/os/SunOS.cmake @@ -17,7 +17,6 @@ INCLUDE(CheckSymbolExists) INCLUDE(CheckCSourceRuns) INCLUDE(CheckCSourceCompiles) -SET(TARGET_OS_SOLARIS 1) # Enable 64 bit file offsets SET(_FILE_OFFSET_BITS 64) |