Changeset 7d6f7d2b in mainline
- Timestamp:
- 2010-02-03T12:43:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1d3549
- Parents:
- 2e07f62c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r2e07f62c r7d6f7d2b 142 142 143 143 BINUTILS_VERSION="2.20" 144 GCC_VERSION="4.4. 2"144 GCC_VERSION="4.4.3" 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}" " d50ec5af20508974411d0c83c5f4e396"168 download_check "${GCC_SOURCE}" "${GCC_OBJC}" " d8d26187d386a0591222a580b5a5b3d3"169 download_check "${GCC_SOURCE}" "${GCC_CPP}" " 43b1e4879eb282dc4b05e4c016d356d7"167 download_check "${GCC_SOURCE}" "${GCC_CORE}" "054b66f315b3d04ad06544ce26e72365" 168 download_check "${GCC_SOURCE}" "${GCC_OBJC}" "34711c4de46eaf79aa018206dbec4389" 169 download_check "${GCC_SOURCE}" "${GCC_CPP}" "cd179ec4f05ee17ce76464da25a2674c" 170 170 171 171 echo ">>> Removing previous content"
Note:
See TracChangeset
for help on using the changeset viewer.