|
Boost-Commit : |
From: pdimov_at_[hidden]
Date: 2008-04-15 14:57:46
Author: pdimov
Date: 2008-04-15 14:57:46 EDT (Tue, 15 Apr 2008)
New Revision: 44440
URL: http://svn.boost.org/trac/boost/changeset/44440
Log:
Disable sync use for arm and hppa.
Text files modified:
branches/release/boost/detail/sp_counted_base.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/detail/sp_counted_base.hpp
==============================================================================
--- branches/release/boost/detail/sp_counted_base.hpp (original)
+++ branches/release/boost/detail/sp_counted_base.hpp 2008-04-15 14:57:46 EDT (Tue, 15 Apr 2008)
@@ -51,7 +51,7 @@
# include <boost/detail/sp_counted_base_gcc_ppc.hpp>
-#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 )
+#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) && !defined(__arm__) && !defined(__hppa)
# include <boost/detail/sp_counted_base_sync.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk