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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 1375-1381 AS_IF([test -n "$GCC"], [ Link Here
1375
        AS_IF([test "x$with_optim" != x], [
1375
        AS_IF([test "x$with_optim" != x], [
1376
            OPTIM="$with_optim $OPTIM"
1376
            OPTIM="$with_optim $OPTIM"
1377
        ], [
1377
        ], [
1378
            OPTIM="-Os $OPTIM"
1378
            OPTIM=" $OPTIM"
1379
        ])
1379
        ])
1380
    ])
1380
    ])
1381
1381

Return to bug 786138