PowerPC dispatch added, disabled for now.

[SVN r27988]
This commit is contained in:
Peter Dimov
2005-04-05 20:39:56 +00:00
parent faa675ad6a
commit 361a7c3fd0

View File

@ -27,6 +27,12 @@
# include <boost/detail/sp_counted_base_gcc_x86.hpp>
//#elif defined( __GNUC__ ) && defined( __powerpc__ )
//# include <boost/detail/sp_counted_base_gcc_ppc.hpp>
//#elif defined( __MWERKS__ ) && defined( __POWERPC__ )
//# include <boost/detail/sp_counted_base_cw_ppc.hpp>
#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ )
# include <boost/detail/sp_counted_base_w32.hpp>