gdbserver: fix for noMMU targets
[openadk.git] / package / boost / patches / patch-boost_test_impl_debug_ipp
blob737c582feaff98209d5f7478d6d0a54bac5d8ee7
1 --- boost_1_61_0.orig/boost/test/impl/debug.ipp 2016-05-05 23:14:46.000000000 +0200
2 +++ boost_1_61_0/boost/test/impl/debug.ipp      2016-06-16 23:10:01.380033812 +0200
3 @@ -46,7 +46,7 @@ namespace std { using ::memset; using ::
4  
5  #elif defined(unix) || defined(__unix) // ********************* UNIX
6  
7 -#  define BOOST_UNIX_BASED_DEBUG
8 +//#  define BOOST_UNIX_BASED_DEBUG
9  
10  // Boost.Test
11  #include <boost/test/utils/class_properties.hpp>