Add macros to gcc.hpp to support pathscale toolset.

Added an optimization to the -lx unix timeout code.  I
compute the amount of time the select call should sleep
until the "oldest" process times out.  This ensures that
all processes that timeout will be killed within one
second of their expiration.



[SVN r39534]
This commit is contained in:
K. Noel Belcourt
2007-09-25 23:11:12 +00:00
parent 97ff1659be
commit 3bd4d0b6ae

View File

@ -43,6 +43,10 @@
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL # define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
# define BOOST_NO_IS_ABSTRACT # define BOOST_NO_IS_ABSTRACT
#elif __GNUC__ == 3 #elif __GNUC__ == 3
# if defined (__PATHSCALE__)
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
# define BOOST_NO_IS_ABSTRACT
# endif
// //
// gcc-3.x problems: // gcc-3.x problems:
// //