summaryrefslogtreecommitdiff
path: root/cmake/os
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2010-12-21 13:00:26 +0100
committerTor Didriksen <tor.didriksen@oracle.com>2010-12-21 13:00:26 +0100
commitf482437cdc22b01bd5f38e8eb6cdac9317baee28 (patch)
treec89697cfd2105436f135c4a0d9477da852d82981 /cmake/os
parent1e5b763660f51e4ad35749539cd579b92de3c43e (diff)
downloadmariadb-git-f482437cdc22b01bd5f38e8eb6cdac9317baee28.tar.gz
Bug #58699 cannot build with gcc dbg on solaris
Diffstat (limited to 'cmake/os')
-rw-r--r--cmake/os/SunOS.cmake1
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)