Subversion Repositories HelenOS

Rev

Rev 1787 | Rev 2074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1794
Line 13... Line 13...
13
    echo "Script failed: $2"
13
    echo "Script failed: $2"
14
    exit
14
    exit
15
    fi
15
    fi
16
}
16
}
17
 
17
 
18
BINUTILS_VERSION="2.16.1"
18
BINUTILS_VERSION="2.17"
19
GCC_VERSION="4.1.1"
19
GCC_VERSION="4.1.1"
20
 
20
 
21
BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
21
BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
22
GCC="gcc-core-${GCC_VERSION}.tar.bz2"
22
GCC="gcc-core-${GCC_VERSION}.tar.bz2"
23
 
23