summaryrefslogtreecommitdiff
path: root/boost/config/compiler/gcc.hpp
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:04:36 -0700
committerMyoungJune Park <mj2004.park@samsung.com>2016-04-07 11:32:15 +0900
commita58139bc5ac7fadb345afb223480c55b2dc48e5d (patch)
tree043bc4d98675221be8aad7ea423870c26f52599f /boost/config/compiler/gcc.hpp
parent733b5d5ae2c5d625211e2985ac25728ac3f54883 (diff)
downloadboost-a58139bc5ac7fadb345afb223480c55b2dc48e5d.tar.gz
boost-a58139bc5ac7fadb345afb223480c55b2dc48e5d.tar.bz2
boost-a58139bc5ac7fadb345afb223480c55b2dc48e5d.zip
Bump to 1.58.0
Change-Id: I4e995274977bc86779ba1d39848bc087054a197c Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Diffstat (limited to 'boost/config/compiler/gcc.hpp')
-rw-r--r--boost/config/compiler/gcc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/config/compiler/gcc.hpp b/boost/config/compiler/gcc.hpp
index 41705df039..e91e31e21a 100644
--- a/boost/config/compiler/gcc.hpp
+++ b/boost/config/compiler/gcc.hpp
@@ -73,7 +73,7 @@
// those platforms where we can know for sure). It will get turned off again
// later if no threading API is detected.
//
-#if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
+#if !defined(__MINGW32__)
# define BOOST_HAS_THREADS
#endif