--- boost1.37-1.37.0.orig/boost/math/tools/config.hpp +++ boost1.37-1.37.0/boost/math/tools/config.hpp @@ -24,6 +24,7 @@ #include #if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \ + || defined(__arm__) || defined(__armel__) || defined(__hppa__) || defined(__mips__) || defined(__mipsel__) \ || defined(__hppa) || defined(__NO_LONG_DOUBLE_MATH) # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS #endif