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:
@@ -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 ;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user