|
Boost-Commit : |
From: Boris.Gubenko_at_[hidden]
Date: 2007-09-07 14:40:48
Author: bgubenko
Date: 2007-09-07 14:40:47 EDT (Fri, 07 Sep 2007)
New Revision: 39158
URL: http://svn.boost.org/trac/boost/changeset/39158
Log:
conditionalization for PA-RISC
Text files modified:
trunk/boost/config/platform/hpux.hpp | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
Modified: trunk/boost/config/platform/hpux.hpp
==============================================================================
--- trunk/boost/config/platform/hpux.hpp (original)
+++ trunk/boost/config/platform/hpux.hpp 2007-09-07 14:40:47 EDT (Fri, 07 Sep 2007)
@@ -2,7 +2,7 @@
// (C) Copyright Jens Maurer 2001 - 2003.
// (C) Copyright David Abrahams 2002.
// (C) Copyright Toon Knapen 2003.
-// (C) Copyright Boris Gubenko 2006.
+// (C) Copyright Boris Gubenko 2006 - 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -36,7 +36,6 @@
# define BOOST_HAS_PTHREADS
# endif
#elif defined(__HP_aCC) && !defined(BOOST_DISABLE_THREADS)
-//# define BOOST_HAS_THREADS
# define BOOST_HAS_PTHREADS
#endif
@@ -73,7 +72,9 @@
# define BOOST_HAS_SIGACTION
#endif
#ifndef BOOST_HAS_NRVO
-# define BOOST_HAS_NRVO
+# ifndef __parisc
+# define BOOST_HAS_NRVO
+# endif
#endif
#ifndef BOOST_HAS_LOG1P
# define BOOST_HAS_LOG1P
@@ -81,5 +82,3 @@
#ifndef BOOST_HAS_EXPM1
# define BOOST_HAS_EXPM1
#endif
-
-
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk