Changeset 12735849 in mainline
- Timestamp:
- 2013-12-08T15:41:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3558ba93
- Parents:
- a0ff947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
ra0ff947 r12735849 62 62 63 63 BASEDIR="`pwd`" 64 SRCDIR="$(readlink -f $(dirname "$0"))" 64 65 BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2" 65 66 GCC="gcc-${GCC_VERSION}.tar.bz2" … … 440 441 echo ">>> Applying patches" 441 442 for p in $BINUTILS_PATCHES; do 442 patch_sources "${ BASEDIR}/${p}" 0 "binutils"443 patch_sources "${SRCDIR}/${p}" 0 "binutils" 443 444 done 444 445 for p in $GCC_PATCHES; do 445 patch_sources "${ BASEDIR}/${p}" 0 "GCC"446 patch_sources "${SRCDIR}/${p}" 0 "GCC" 446 447 done 447 448 for p in $GDB_PATCHES; do 448 patch_sources "${ BASEDIR}/${p}" 0 "GDB"449 patch_sources "${SRCDIR}/${p}" 0 "GDB" 449 450 done 450 451
Note:
See TracChangeset
for help on using the changeset viewer.