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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- eclass/kernel-2.eclass.old  2006-01-11 15:05:00.000000000 +1000
0
++ eclass/kernel-2.eclass      2006-01-11 15:14:50.000000000 +1000
Lines 305-310 env_setup_xmakeopts() { Link Here
305
       elif type -p ${CHOST}-ar > /dev/null ; then
305
       elif type -p ${CHOST}-ar > /dev/null ; then
306
               xmakeopts="${xmakeopts} CROSS_COMPILE=${CHOST}-"
306
               xmakeopts="${xmakeopts} CROSS_COMPILE=${CHOST}-"
307
       fi
307
       fi
308
309
       # set KBUILD_OUTPUT to <NULL>
310
       if [[ -n "${KBUILD_OUTPUT}" ]]; then
311
           xmakeopts="${xmakeopts} KBUILD_OUTPUT="
312
    fi
308
       export xmakeopts
313
       export xmakeopts
309
}
314
}
310
315

Return to bug 113614