$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77219 - trunk/tools/build/v2/tools
From: steven_at_[hidden]
Date: 2012-03-04 10:17:27
Author: steven_watanabe
Date: 2012-03-04 10:17:27 EST (Sun, 04 Mar 2012)
New Revision: 77219
URL: http://svn.boost.org/trac/boost/changeset/77219
Log:
Revert [77216].
Text files modified:
trunk/tools/build/v2/tools/gcc.jam | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
Modified: trunk/tools/build/v2/tools/gcc.jam
==============================================================================
--- trunk/tools/build/v2/tools/gcc.jam (original)
+++ trunk/tools/build/v2/tools/gcc.jam 2012-03-04 10:17:27 EST (Sun, 04 Mar 2012)
@@ -446,11 +446,7 @@
}
else
{
- # do not apply -m32 for ARM platform, because this
- # option is not valid on ARM
- # FIXME: use property architecture instead os.platform
- # FIXME: unfortunately architecture seams not to be set
- if $(model) = 32 && [ os.platform ] != ARM
+ if $(model) = 32
{
option = -m32 ;
}