Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/config/compiler/sgi_mipspro.hpp @ 133:4acb5d8d80b6 tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
| author | Chris Cannam |
|---|---|
| date | Tue, 30 Jul 2019 12:25:44 +0100 |
| parents | 2665513ce2d3 |
| children |
| rev | line source |
|---|---|
| Chris@16 | 1 // (C) Copyright John Maddock 2001 - 2002. |
| Chris@16 | 2 // Use, modification and distribution are subject to the |
| Chris@16 | 3 // Boost Software License, Version 1.0. (See accompanying file |
| Chris@16 | 4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| Chris@16 | 5 |
| Chris@16 | 6 // See http://www.boost.org for most recent version. |
| Chris@16 | 7 |
| Chris@16 | 8 // SGI C++ compiler setup: |
| Chris@16 | 9 |
| Chris@16 | 10 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) |
| Chris@16 | 11 |
| Chris@16 | 12 #include "boost/config/compiler/common_edg.hpp" |
| Chris@16 | 13 |
| Chris@16 | 14 // |
| Chris@16 | 15 // Threading support: |
| Chris@16 | 16 // Turn this on unconditionally here, it will get turned off again later |
| Chris@16 | 17 // if no threading API is detected. |
| Chris@16 | 18 // |
| Chris@16 | 19 #define BOOST_HAS_THREADS |
| Chris@16 | 20 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP |
| Chris@16 | 21 |
| Chris@16 | 22 #undef BOOST_NO_SWPRINTF |
| Chris@16 | 23 #undef BOOST_DEDUCED_TYPENAME |
| Chris@16 | 24 |
| Chris@16 | 25 // |
| Chris@16 | 26 // version check: |
| Chris@16 | 27 // probably nothing to do here? |
| Chris@16 | 28 |
| Chris@16 | 29 |
