[cig-commits] r12614 - in long/3D/Gale/trunk: . python/BuildSystem/config

walter at geodynamics.org walter at geodynamics.org
Tue Aug 12 13:42:00 PDT 2008


Author: walter
Date: 2008-08-12 13:41:59 -0700 (Tue, 12 Aug 2008)
New Revision: 12614

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/python/BuildSystem/config/compilerOptions.py
Log:
 r2302 at earth:  boo | 2008-08-12 13:40:14 -0700
 Remove testing for -Wno-long-double, since it is not reliably tested by recent gcc



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2298
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2302

Modified: long/3D/Gale/trunk/python/BuildSystem/config/compilerOptions.py
===================================================================
--- long/3D/Gale/trunk/python/BuildSystem/config/compilerOptions.py	2008-08-12 20:38:32 UTC (rev 12613)
+++ long/3D/Gale/trunk/python/BuildSystem/config/compilerOptions.py	2008-08-12 20:41:59 UTC (rev 12614)
@@ -17,7 +17,7 @@
     # GNU gcc
     if config.setCompilers.Configure.isGNU(compiler):
       if bopt == '':
-        flags.extend(['-Wall', '-Wwrite-strings', '-Wno-long-double', '-fomit-frame-pointer', '-Wno-strict-aliasing'])
+        flags.extend(['-Wall', '-Wwrite-strings', '-fomit-frame-pointer', '-Wno-strict-aliasing'])
       elif bopt == 'g':
         if self.framework.argDB['with-gcov']:
           flags.extend(['-fprofile-arcs', '-ftest-coverage'])



More information about the cig-commits mailing list