Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 576036 | Differences between
and this patch

Collapse All | Expand All

(-)tools/gcc.jam~ (-17 lines)
Lines 448-470 Link Here
448
                option = -mlp64 ;
448
                option = -mlp64 ;
449
            }
449
            }
450
        }
450
        }
451
        else
452
        {
453
            local arch = [ feature.get-values architecture : $(properties) ] ;
454
            if $(arch) != arm
455
            {
456
                if $(model) = 32
457
                {
458
                    option = -m32 ;
459
                }
460
                else if $(model) = 64
461
                {
462
                    option = -m64 ;
463
                }
464
            }
465
            # For darwin, the model can be 32_64. darwin.jam will handle that
466
            # on its own.
467
        }
468
        OPTIONS on $(targets) += $(option) ;
451
        OPTIONS on $(targets) += $(option) ;
469
    }
452
    }
470
}
453
}

Return to bug 576036