minor addition to previus gcc 4.1.x disabling commit
authorSzilard Pall <pszilard@cbr.su.se>
Tue, 3 Aug 2010 11:21:57 +0000 (13:21 +0200)
committerSzilard Pall <pszilard@cbr.su.se>
Tue, 3 Aug 2010 11:21:57 +0000 (13:21 +0200)
CMakeLists.txt

index c365213298f0acecb5f1303f9e0ad4eb1905acf6..2fe8b1a7e3708d30e5e60e7a27bd773facbbc4c5 100644 (file)
@@ -38,6 +38,7 @@ include(CheckCCompilerFlag)
 include(CheckCXXCompilerFlag)
 
 # --- REMOVED as bugzilla 431 turned out to be a bug in GB
+# and there is no confirmed case in which gcc causes a crash 
 # check for buggy GCC 4.1.x 
 # include(gmxCheckGCCVersion)
 
@@ -72,7 +73,9 @@ mark_as_advanced(GMX_MPI_IN_PLACE)
 option(GMX_IA32_ASM "Add SSE assembly files for IA32" OFF)
 option(GMX_X86_64_ASM "Add SSE assembly files for X86_64" OFF)
 option(USE_VERSION_H "Generate development version string/information" ON)
-option(GMX_DISABLE_GCC41_CHECK "Disable check for (buggy) gcc 4.1.x" OFF)
+# --- REMOVED as bugzilla 431 turned out to be a bug in GB
+# and there is no confirmed case in which gcc causes a crash 
+# option(GMX_DISABLE_GCC41_CHECK "Disable check for (buggy) gcc 4.1.x" OFF)
 
 set(GMX_BINARY_SUFFIX "" CACHE STRING "Suffix for GROMACS binaries.")