SHA256
8
0
forked from pool/boost
Philipp Thomas
2010-04-20 16:20:54 +00:00
committed by Git OBS Bridge
parent 529c03d00f
commit c76cf89cd6
26 changed files with 1276 additions and 935 deletions

View File

@@ -1,12 +1,13 @@
diff -rup boost_1_42_0.orig/boost/config/compiler/gcc.hpp boost_1_42_0/boost/config/compiler/gcc.hpp
--- boost_1_42_0.orig/boost/config/compiler/gcc.hpp 2010-04-03 00:03:31.782604076 +0200
+++ boost_1_42_0/boost/config/compiler/gcc.hpp 2010-04-03 00:53:35.534114084 +0200
Index: boost/config/compiler/gcc.hpp
===================================================================
--- boost/config/compiler/gcc.hpp.orig 2009-10-13 14:56:44.000000000 +0200
+++ boost/config/compiler/gcc.hpp 2010-03-24 14:11:51.188512556 +0100
@@ -79,7 +79,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__)
+#if !defined(__MINGW32__)
# define BOOST_HAS_THREADS
#endif