Disable sync use for arm and hppa.

[SVN r44440]
This commit is contained in:
Peter Dimov
2008-04-15 18:57:46 +00:00
parent 316d00c3fc
commit 2fe899cdfe

View File

@ -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>