2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Some support for amd64; correct broken ia64 option

[SVN r37053]
This commit is contained in:
Dave Abrahams
2007-02-24 11:41:19 +00:00
parent 3bd1ec671a
commit 030bae5c32

View File

@@ -298,7 +298,13 @@ local rule configure-really (
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 ;
}
}
}
}