Changeset baf8fbb in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2012-06-22T17:15:02Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02020dc, 0bbd13e, 1f092d9, 349e510d
Parents:
f22dc820
Message:

improve the chance of toolchain successfully compiling on less compliant systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    rf22dc820 rbaf8fbb  
    319319       
    320320        change_title "binutils: configure (${PLATFORM})"
    321         CFLAGS=-Wno-error ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls
     321        CFLAGS=-Wno-error ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls --disable-werror
    322322        check_error $? "Error configuring binutils."
    323323       
     
    331331       
    332332        change_title "GCC: configure (${PLATFORM})"
    333         "${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared --enable-lto
     333        "${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared --enable-lto --disable-werror
    334334        check_error $? "Error configuring GCC."
    335335       
Note: See TracChangeset for help on using the changeset viewer.