$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] MSVC toolset: assembler files cannot be built for amd64 and itanium.
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2009-01-31 19:32:51
Hi,
FYI: I opened ticket #214:
https://zigzag.lvk.cs.msu.su:7813/boost.build/ticket/214
Building of assembler files using MSVC toolset works only for x86.
MSVC uses different assembler binary for each of supported platforms:
ml.exe for x86, ml64.exe for amd64 and ias.exe for itanium. The
attached patch fixes this along with propagating defines and debug
info options down to the command line.
-- Best regards, Alexey Pakhunov.