From 3ae765525324913f27850d64fc99ab10eae403ea Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 3 May 2007 22:06:32 +0000 Subject: Add link to the bug report svn path=/trunk/KDE/kdelibs/; revision=660843 --- modules/FindKDE4Internal.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 60ac0bf9..c481e3e8 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -692,7 +692,8 @@ if (CMAKE_COMPILER_IS_GNUCXX) check_cxx_compiler_flag(-fno-threadsafe-statics __KDE_HAVE_NO_THREADSAFE_STATICS) if (__KDE_HAVE_NO_THREADSAFE_STATICS) # currently disabled for Alpha1 due to what appears - # to be a compiler bug (investigating - dirk) + # to be a compiler bug + # see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31806 #set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics") endif (__KDE_HAVE_NO_THREADSAFE_STATICS) -- cgit v1.2.1