|
Boost-Commit : |
From: Boris.Gubenko_at_[hidden]
Date: 2007-11-12 19:51:38
Author: bgubenko
Date: 2007-11-12 19:51:37 EST (Mon, 12 Nov 2007)
New Revision: 41050
URL: http://svn.boost.org/trac/boost/changeset/41050
Log:
when setting OSPLAT, check __ia64 macro
Text files modified:
trunk/tools/jam/src/jam.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/jam/src/jam.h
==============================================================================
--- trunk/tools/jam/src/jam.h (original)
+++ trunk/tools/jam/src/jam.h 2007-11-12 19:51:37 EST (Mon, 12 Nov 2007)
@@ -455,7 +455,7 @@
# define OSPLAT "OSPLAT=X86"
# endif
-# if defined( __ia64__ ) || defined( __IA64__ )
+# if defined( __ia64__ ) || defined( __IA64__ ) || defined( __ia64 )
# define OSPLAT "OSPLAT=IA64"
# 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