Changes in tools/toolchain.sh [7d6f7d2b:04c3a21f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r7d6f7d2b r04c3a21f 142 142 143 143 BINUTILS_VERSION="2.20" 144 GCC_VERSION="4.4. 3"144 GCC_VERSION="4.4.2" 145 145 146 146 BINUTILS="binutils-${BINUTILS_VERSION}.tar.bz2" … … 165 165 echo ">>> Downloading tarballs" 166 166 download_check "${BINUTILS_SOURCE}" "${BINUTILS}" "ee2d3e996e9a2d669808713360fa96f8" 167 download_check "${GCC_SOURCE}" "${GCC_CORE}" " 054b66f315b3d04ad06544ce26e72365"168 download_check "${GCC_SOURCE}" "${GCC_OBJC}" " 34711c4de46eaf79aa018206dbec4389"169 download_check "${GCC_SOURCE}" "${GCC_CPP}" " cd179ec4f05ee17ce76464da25a2674c"167 download_check "${GCC_SOURCE}" "${GCC_CORE}" "d50ec5af20508974411d0c83c5f4e396" 168 download_check "${GCC_SOURCE}" "${GCC_OBJC}" "d8d26187d386a0591222a580b5a5b3d3" 169 download_check "${GCC_SOURCE}" "${GCC_CPP}" "43b1e4879eb282dc4b05e4c016d356d7" 170 170 171 171 echo ">>> Removing previous content"
Note:
See TracChangeset
for help on using the changeset viewer.