Changes in tools/toolchain.sh [9f9450b:12735849] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r9f9450b 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.