Changes in tools/toolchain.sh [12735849:9f9450b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r12735849 r9f9450b 62 62 63 63 BASEDIR="`pwd`" 64 SRCDIR="$(readlink -f $(dirname "$0"))"65 64 BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2" 66 65 GCC="gcc-${GCC_VERSION}.tar.bz2" … … 441 440 echo ">>> Applying patches" 442 441 for p in $BINUTILS_PATCHES; do 443 patch_sources "${ SRCDIR}/${p}" 0 "binutils"442 patch_sources "${BASEDIR}/${p}" 0 "binutils" 444 443 done 445 444 for p in $GCC_PATCHES; do 446 patch_sources "${ SRCDIR}/${p}" 0 "GCC"445 patch_sources "${BASEDIR}/${p}" 0 "GCC" 447 446 done 448 447 for p in $GDB_PATCHES; do 449 patch_sources "${ SRCDIR}/${p}" 0 "GDB"448 patch_sources "${BASEDIR}/${p}" 0 "GDB" 450 449 done 451 450
Note:
See TracChangeset
for help on using the changeset viewer.