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

Collapse All | Expand All

(-)configure.orig (-1 / +1 lines)
Lines 777-783 Link Here
777
{
777
{
778
    app=$1; shift
778
    app=$1; shift
779
    eval `$app -v 2>&1 | \
779
    eval `$app -v 2>&1 | \
780
	sed -n -e '/version/s/.* [a-z\-]*\([0-9]*\)\.\([0-9]*\).\([0-9]*\).*/GCCdist=\1;GCCmajor=\2;GCCminor=\3/p'`
780
	sed -n -e '/ersion/s/.* [a-z\-]*\([0-9]*\)\.\([0-9]*\).\([0-9]*\).*/GCCdist=\1;GCCmajor=\2;GCCminor=\3/p'`
781
    GCCversion="${GCCdist}.${GCCmajor}.${GCCminor}"; export GCCversion
781
    GCCversion="${GCCdist}.${GCCmajor}.${GCCminor}"; export GCCversion
782
    if [ ${GCCdist} -gt $1 ]; then
782
    if [ ${GCCdist} -gt $1 ]; then
783
        return 0
783
        return 0

Return to bug 29464