Changeset e2a6b72 in mainline for tools


Ignore:
Timestamp:
2012-10-15T16:28:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3ab8f7
Parents:
7eb49f4 (diff), c4c2406 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline and io improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r7eb49f4 re2a6b72  
    5555BINUTILS_VERSION="2.22"
    5656BINUTILS_RELEASE=""
    57 GCC_VERSION="4.7.1"
    58 GDB_VERSION="7.4"
     57GCC_VERSION="4.7.2"
     58GDB_VERSION="7.5"
    5959
    6060BASEDIR="`pwd`"
     
    192192        echo " - SED, AWK, Flex, Bison, gzip, bzip2, Bourne Shell"
    193193        echo " - gettext, zlib, Texinfo, libelf, libgomp"
     194        echo " - terminfo"
    194195        echo " - GNU Multiple Precision Library (GMP)"
    195196        echo " - GNU Make"
     
    274275       
    275276        download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "ee0f10756c84979622b992a4a61ea3f5"
    276         download_fetch "${GCC_SOURCE}" "${GCC}" "933e6f15f51c031060af64a9e14149ff"
    277         download_fetch "${GDB_SOURCE}" "${GDB}" "95a9a8305fed4d30a30a6dc28ff9d060"
     277        download_fetch "${GCC_SOURCE}" "${GCC}" "cc308a0891e778cfda7a151ab8a6e762"
     278        download_fetch "${GDB_SOURCE}" "${GDB}" "24a6779a9fe0260667710de1b082ef61"
    278279}
    279280
Note: See TracChangeset for help on using the changeset viewer.