Changes in tools/toolchain.sh [3666d38:2a922c8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r3666d38 r2a922c8 54 54 55 55 BINUTILS_VERSION="2.21" 56 GCC_VERSION="4.6. 1"56 GCC_VERSION="4.6.0" 57 57 GDB_VERSION="7.2" 58 58 … … 274 274 275 275 download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "c84c5acc9d266f1a7044b51c85a823f5" 276 download_fetch "${GCC_SOURCE}" "${GCC_CORE}" " 0c0e7e35d2215e19de9c97efba507553"277 download_fetch "${GCC_SOURCE}" "${GCC_OBJC}" " cbf0d4b701827922cf37ba6a4ace0079"278 download_fetch "${GCC_SOURCE}" "${GCC_CPP}" " 0d75ca7ca35b1e7f252223f9d23a6ad1"276 download_fetch "${GCC_SOURCE}" "${GCC_CORE}" "b1957f3209080b2f55bc3756d3a62b7c" 277 download_fetch "${GCC_SOURCE}" "${GCC_OBJC}" "120d4675366ee82ea52f9ed65b57da04" 278 download_fetch "${GCC_SOURCE}" "${GCC_CPP}" "a30090fa655d0db4c970740d353c81f1" 279 279 download_fetch "${GDB_SOURCE}" "${GDB}" "64260e6c56979ee750a01055f16091a5" 280 280 } … … 325 325 326 326 change_title "binutils: configure (${PLATFORM})" 327 CFLAGS=-Wno-error./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls327 ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls 328 328 check_error $? "Error configuring binutils." 329 329
Note:
See TracChangeset
for help on using the changeset viewer.