Changeset ce52c333 in mainline
- Timestamp:
- 2020-07-01T13:19:34Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 663f445f
- Parents:
- 28a5ebd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r28a5ebd 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.