Changes in tools/toolchain.sh [40c0483:ce52c333] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r40c0483 rce52c333 362 362 363 363 change_title "binutils: configure (${PLATFORM})" 364 CFLAGS= -Wno-error"${BASEDIR}/downloads/binutils-${BINUTILS_VERSION}/configure" \364 CFLAGS="-Wno-error -fcommon" "${BASEDIR}/downloads/binutils-${BINUTILS_VERSION}/configure" \ 365 365 "--target=${TARGET}" \ 366 366 "--prefix=${PREFIX}" \ … … 439 439 440 440 change_title "GDB: configure (${PLATFORM})" 441 PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" "${BASEDIR}/downloads/gdb-${GDB_VERSION}/configure" \441 CFLAGS="-fcommon" PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" "${BASEDIR}/downloads/gdb-${GDB_VERSION}/configure" \ 442 442 "--target=${TARGET}" \ 443 443 "--prefix=${PREFIX}" \
Note:
See TracChangeset
for help on using the changeset viewer.