Changeset c2b2de7 in mainline for tools


Ignore:
Timestamp:
2012-10-17T22:17:29Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
150a2718
Parents:
6454ad47 (diff), 57912af3 (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 changes from bbxm branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r6454ad47 rc2b2de7  
    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.