Re: [boost] Boost.config not recognize threading support enabled?

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Tuesday, June 28, 2005 8:26 AM To: boost@lists.boost.org Subject: Re: [boost] Boost.config not recognize threading support enabled?
[Dick] Nope, not sure at all. I overlooked "limited to linux on arm". (At any given time our "build" currently uses six instances of gcc - various PowerPC, x86 look-a-likes, DSPs, etc. - and I'll worry about those later.) Yes, your suggestion to put the test in
libstdcpp3.hpp
seems like it would work nicely. As a no-longer-lurking newbie, can I do something or do I sit back and wait for someone to add that test?
Well I can add the test, if you can tell me what defines identify Linux on arm.
[Dick] According to "echo | gpp -dM", (__linux__ | __linux__) && __arm__ should work. <snip>
John.
Thanks again for your help. Dick
participants (2)
-
BRIDGES Dick
-
John Maddock