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

(-)a/tools/gcc.jam~ (-5 lines)
Lines 356-366 Link Here
356
356
357
    compile-link-flags <target-os>hpux/<address-model>32 : -milp32 ;
357
    compile-link-flags <target-os>hpux/<address-model>32 : -milp32 ;
358
    compile-link-flags <target-os>hpux/<address-model>64 : -mlp64 ;
358
    compile-link-flags <target-os>hpux/<address-model>64 : -mlp64 ;
359
360
    local generic-os = [ set.difference $(all-os) : aix hpux ] ;
361
    local arch = power sparc x86 ;
362
    compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>32 : -m32 ;
363
    compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>64 : -m64 ;
364
}
359
}
365
360
366
{
361
{

Return to bug 576036