Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28389

Modified Files:
        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.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- msvc.jam    11 Dec 2006 03:34:35 -0000      1.99
+++ msvc.jam    24 Feb 2007 11:40:31 -0000      1.100
@@ -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

Reply via email to