Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28817
Modified Files:
Tag: RC_1_34_0
msvc.jam
Log Message:
Some support for amd64; correct broken ia64 option
Index: msvc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/msvc.jam,v
retrieving revision 1.76.2.15
retrieving revision 1.76.2.16
diff -u -d -r1.76.2.15 -r1.76.2.16
--- msvc.jam 11 Dec 2006 03:36:58 -0000 1.76.2.15
+++ msvc.jam 24 Feb 2007 11:41:19 -0000 1.76.2.16
@@ -298,7 +298,13 @@
if ! $(below-8.0)
{
cpu = i386 amd64 ia64 ;
- setup-option = x86 x86_amd64 x86_ia64 ;
+ setup-option = x86 x86_amd64 x86_iPF ;
+
+ # Use a native x64 compiler if possible
+ if [ os.environ PROCESSOR_ARCHITECTURE ] = AMD64
+ {
+ setup-option = x86 amd64 x86_IPF ;
+ }
}
}
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs