Changeset 3a75cb8 in mainline
- Timestamp:
- 2017-01-28T19:41:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 443a0bc
- Parents:
- a4170d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
ra4170d5 r3a75cb8 60 60 BINUTILS_RELEASE="" 61 61 ## BINUTILS_PATCHES="toolchain-binutils-2.23.1.patch" 62 GCC_VERSION="6. 2.0"62 GCC_VERSION="6.3.0" 63 63 ## GCC_PATCHES="toolchain-gcc-4.8.1-targets.patch toolchain-gcc-4.8.1-headers.patch" 64 GDB_VERSION="7.12 "64 GDB_VERSION="7.12.1" 65 65 ## GDB_PATCHES="toolchain-gdb-7.6.1.patch" 66 66 … … 349 349 350 350 download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "2869c9bf3e60ee97c74ac2a6bf4e9d68" 351 download_fetch "${GCC_SOURCE}" "${GCC}" " 9768625159663b300ae4de2f4745fcc4"352 download_fetch "${GDB_SOURCE}" "${GDB}" " 4fa2eccb4f10442887793c04315c92a3"351 download_fetch "${GCC_SOURCE}" "${GCC}" "677a7623c7ef6ab99881bc4e048debb6" 352 download_fetch "${GDB_SOURCE}" "${GDB}" "06c8f40521ed65fe36ebc2be29b56942" 353 353 } 354 354
Note:
See TracChangeset
for help on using the changeset viewer.