From 0ed5e10cfae48e2e98b5031e25fac7539099797a Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sun, 4 Mar 2012 15:17:27 +0000 Subject: [PATCH] Revert [77216]. [SVN r77219] --- v2/tools/gcc.jam | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ; }