$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] bug in gcc.jam
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-03-04 08:39:24
Hello,
gcc.jam:451 applies always -m32 for 32bit systems. In the case of ARM
architecture this is false because gcc on arm does not recognize -m32.
In order to correct this issue I need to know how to test for ARM
architecture at this code line (sorry I'm not that boost.build expert).
Oliver