summaryrefslogtreecommitdiff
path: root/boost/config/compiler
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-11-14 16:58:13 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-11-14 16:58:13 +0900
commit49f495ff20f3c7e1a0af68be6c147a0e1b907740 (patch)
tree7c711b8a9ccbf66a2da3bfcd0085b06e13d2c638 /boost/config/compiler
parent2212a42dc9bc8e6fea9d1dfaf7d2325c3a82b6ab (diff)
downloadboost-49f495ff20f3c7e1a0af68be6c147a0e1b907740.tar.gz
boost-49f495ff20f3c7e1a0af68be6c147a0e1b907740.tar.bz2
boost-49f495ff20f3c7e1a0af68be6c147a0e1b907740.zip
Bump to Boost 1.62.0
[Model] ALL [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] Bump to Boost 1.62.0 [Cause & Measure] Bump to Boost 1.62.0 [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I97a9168bfa467f74b8345b20b78175157f7676b0 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'boost/config/compiler')
-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 da4ce11762..e319d04958 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__)
+#if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
# define BOOST_HAS_THREADS
#endif