Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68436 - in trunk/libs/chrono: build test
From: vicente.botet_at_[hidden]
Date: 2011-01-25 12:26:39


Author: viboes
Date: 2011-01-25 12:26:35 EST (Tue, 25 Jan 2011)
New Revision: 68436
URL: http://svn.boost.org/trac/boost/changeset/68436

Log:
Chrono: Set -Wno-long-long with pathscale toolset as needed if -pedantic is set

Text files modified:
   trunk/libs/chrono/build/Jamfile.v2 | 3 +++
   trunk/libs/chrono/test/Jamfile.v2 | 3 +++
   2 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/libs/chrono/build/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/build/Jamfile.v2 (original)
+++ trunk/libs/chrono/build/Jamfile.v2 2011-01-25 12:26:35 EST (Tue, 25 Jan 2011)
@@ -37,6 +37,9 @@
         <toolset>darwin:<cxxflags>-Wextra
         <toolset>darwin:<cxxflags>-pedantic
         <toolset>darwin:<cxxflags>-Wno-long-long
+ <toolset>pathscale:<cxxflags>-Wextra
+ <toolset>pathscale:<cxxflags>-Wno-long-long
+ <toolset>pathscale:<cxxflags>-pedantic
         <toolset>gcc-mingw-4.4.0:<cxxflags>-fdiagnostics-show-option
         <toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
         <toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option

Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-01-25 12:26:35 EST (Tue, 25 Jan 2011)
@@ -26,6 +26,9 @@
         <toolset>darwin:<cxxflags>-Wextra
         <toolset>darwin:<cxxflags>-pedantic
         <toolset>darwin:<cxxflags>-Wno-long-long
+ <toolset>pathscale:<cxxflags>-Wextra
+ <toolset>pathscale:<cxxflags>-Wno-long-long
+ <toolset>pathscale:<cxxflags>-pedantic
         <toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
         <toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
         <toolset>msvc:<cxxflags>/wd4127


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk