Description: Patch to build smart_ptr on Renesas SH Add support for Renesas SH CPU. Patch based on initial work by Nobuhiro Iwamatsu Author: Steve Robbins Bug: 535930 Forwarded: no --- boost1.42-1.42.0.orig/boost/smart_ptr/detail/sp_has_sync.hpp +++ boost1.42-1.42.0/boost/smart_ptr/detail/sp_has_sync.hpp @@ -36,6 +36,10 @@ #undef BOOST_SP_HAS_SYNC #endif +#if defined( __sh__ ) +#undef BOOST_SP_HAS_SYNC +#endif + #if defined( __sparc__ ) #undef BOOST_SP_HAS_SYNC #endif