2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Revert [77216].

[SVN r77219]
This commit is contained in:
Steven Watanabe
2012-03-04 15:17:27 +00:00
parent e6aa07655b
commit 0ed5e10cfa

View File

@@ -446,11 +446,7 @@ rule setup-address-model ( targets * : sources * : properties * )
}
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 ;
}