comparison DEPENDENCIES/generic/include/boost/predef/architecture/sparc.h @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
1 /* 1 /*
2 Copyright Redshift Software, Inc. 2008-2013 2 Copyright Rene Rivera 2008-2014
3 Distributed under the Boost Software License, Version 1.0. 3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at 4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt) 5 http://www.boost.org/LICENSE_1_0.txt)
6 */ 6 */
7 7
32 #if defined(__sparc__) || defined(__sparc) 32 #if defined(__sparc__) || defined(__sparc)
33 # undef BOOST_ARCH_SPARC 33 # undef BOOST_ARCH_SPARC
34 # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv9) 34 # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv9)
35 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0) 35 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0)
36 # endif 36 # endif
37 # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv8) 37 # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv8)
38 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0) 38 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0)
39 # endif 39 # endif
40 # if !defined(BOOST_ARCH_SPARC) && 40 # if !defined(BOOST_ARCH_SPARC)
41 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER_AVAILABLE 41 # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER_AVAILABLE
42 # endif 42 # endif
43 #endif 43 #endif
44 44
45 #if BOOST_ARCH_SPARC 45 #if BOOST_ARCH_SPARC