$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] address-model=64 -> march=i386?
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2010-11-22 11:48:00
Hi,
if bjam gets called with:
bjam toolset=gcc architecture=x86 address-model=64
g++ will be invoked with -march=i386 and -m64 which seams to be a bug.
Oliver