View | Details | Raw Unified | Return to bug 193836 | Differences between
and this patch

Collapse All | Expand All

(-)libs/context/build/Jamfile.v2 (-1 / +1 lines)
Lines 66-72 feature.set-default abi : [ default_abi Link Here
66
66
67
actions gas
67
actions gas
68
{
68
{
69
    as -o "$(<)" "$(>)"
69
    ${CC} -c -o "$(<)" "$(>)"
70
}
70
}
71
71
72
actions armasm
72
actions armasm

Return to bug 193836