diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index 453c06ef8..f2cc572d3 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -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 ; }