Index: boost/predef/other/endian.h =================================================================== --- boost/predef/other/endian.h (revision 86784) +++ boost/predef/other/endian.h (working copy) @@ -142,6 +142,7 @@ # include # if BOOST_ARCH_M68K || \ BOOST_ARCH_PARISK || \ + BOOST_ARCH_SPARC || \ BOOST_ARCH_SYS370 || \ BOOST_ARCH_SYS390 || \ BOOST_ARCH_Z Index: boost/predef/architecture/sparc.h =================================================================== --- boost/predef/architecture/sparc.h (revision 86784) +++ boost/predef/architecture/sparc.h (working copy) @@ -37,7 +37,7 @@ # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv8) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0) # endif -# if !defined(BOOST_ARCH_SPARC) && +# if !defined(BOOST_ARCH_SPARC) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER_AVAILABLE # endif #endif