diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 1b22a16..c591e24 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -49,12 +49,12 @@ project boost/chrono clang:-pedantic clang:-Wno-long-long clang:-Wno-variadic-macros - gcc-mingw-4.4.0:-fdiagnostics-show-option - gcc-mingw-4.5.0:-fdiagnostics-show-option - gcc-mingw-4.6.0:-fdiagnostics-show-option - gcc-mingw-4.6.3:-fdiagnostics-show-option - gcc-mingw-4.7.0:-fdiagnostics-show-option - gcc-mingw-4.8.0:-fdiagnostics-show-option + gcc-4.4.0,windows:-fdiagnostics-show-option + gcc-4.5.0,windows:-fdiagnostics-show-option + gcc-4.6.0,windows:-fdiagnostics-show-option + gcc-4.6.3,windows:-fdiagnostics-show-option + gcc-4.7.0,windows:-fdiagnostics-show-option + gcc-4.8.0,windows:-fdiagnostics-show-option msvc:/wd4512 # Note: Some of the remarks from the Intel compiler are disabled @@ -97,8 +97,8 @@ project boost/chrono static:BOOST_CHRONO_STATIC_LINK=1 gcc-3.4.4:--enable-auto-import gcc-4.3.4:--enable-auto-import - gcc-mingw-4.4.0:--enable-auto-import - gcc-mingw-4.5.0:--enable-auto-import + gcc-4.4.0,windows:--enable-auto-import + gcc-4.5.0,windows:--enable-auto-import ; SOURCES = chrono thread_clock process_cpu_clocks ; diff --git a/perf/Jamfile.v2 b/perf/Jamfile.v2 index 20f048e..c0891ed 100644 --- a/perf/Jamfile.v2 +++ b/perf/Jamfile.v2 @@ -34,8 +34,8 @@ project clang:-Wextra clang:-pedantic clang:-Wno-long-long - gcc-mingw-4.5.0:-Wno-missing-field-initializers - gcc-mingw-4.5.0:-fdiagnostics-show-option + gcc-4.5.0,windows:-Wno-missing-field-initializers + gcc-4.5.0,windows:-fdiagnostics-show-option msvc:/wd4127 # Note: Some of the remarks from the Intel compiler are disabled # remark #304: access control not specified ("public" by default) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0cd79bb..5b47568 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -40,8 +40,8 @@ project clang:-pedantic clang:-Wno-long-long clang:-Wno-variadic-macros - gcc-mingw-4.5.0:-Wno-missing-field-initializers - gcc-mingw-4.5.0:-fdiagnostics-show-option + gcc-4.5.0,windows:-Wno-missing-field-initializers + gcc-4.5.0,windows:-fdiagnostics-show-option msvc:/wd4127 msvc:/wd4512 # Note: Some of the remarks from the Intel compiler are disabled