From 1d34698e535c5df6936f360ca8adef3ad7933653 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 22 Sep 2008 12:45:02 +0000 Subject: [PATCH] Update to r48848 from http://svn.boost.org/svn/boost/trunk/boost/detail/spinlock.hpp git-svn-id: https://svn.dealii.org/trunk@16893 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/boost/include/boost/detail/spinlock.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/contrib/boost/include/boost/detail/spinlock.hpp b/deal.II/contrib/boost/include/boost/detail/spinlock.hpp index 60bdeeb699..346fb3c61f 100644 --- a/deal.II/contrib/boost/include/boost/detail/spinlock.hpp +++ b/deal.II/contrib/boost/include/boost/detail/spinlock.hpp @@ -30,10 +30,9 @@ #include -#if defined(__GNUC__) && defined( __arm__ ) +#if defined(__GNUC__) && defined( __arm__ ) && !defined( __thumb__ ) # include -#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) \ - && ( !defined(__INTEL_COMPILER) || defined(__ia64) ) +#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) && !defined( __arm__ ) && !defined( __hppa ) && ( !defined( __INTEL_COMPILER ) || defined( __ia64__ ) ) # include #elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # include -- 2.39.5