Changes in tools/toolchain.sh [40c0483:ce52c333] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r40c0483 rce52c333  
    362362
    363363        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" \
    365365                "--target=${TARGET}" \
    366366                "--prefix=${PREFIX}" \
     
    439439
    440440        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" \
    442442                "--target=${TARGET}" \
    443443                "--prefix=${PREFIX}" \
Note: See TracChangeset for help on using the changeset viewer.