Ticket #6099: sh4.patch

File sh4.patch, 501 bytes (added by anonymous, 11 years ago)
  • boost/smart_ptr/detail/sp_has_sync.hpp

    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 <smr@debian.org>
    Bug: 535930
    Forwarded: no
    
    
    old new  
    3636#undef BOOST_SP_HAS_SYNC
    3737#endif
    3838
     39#if defined( __sh__ )
     40#undef BOOST_SP_HAS_SYNC
     41#endif
     42
    3943#if defined( __sparc__ )
    4044#undef BOOST_SP_HAS_SYNC
    4145#endif