Subversion Repositories HelenOS-historic

Rev

Rev 905 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 905 Rev 1420
Line 14... Line 14...
14
    exit
14
    exit
15
    fi
15
    fi
16
}
16
}
17
 
17
 
18
BINUTILS_VERSION="2.16.1"
18
BINUTILS_VERSION="2.16.1"
19
GCC_VERSION="4.1.0"
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
 
24
BINUTILS_SOURCE="ftp://ftp.gnu.org/gnu/binutils/"
24
BINUTILS_SOURCE="ftp://ftp.gnu.org/gnu/binutils/"