Changes in tools/toolchain.sh [166c26f3:3666d38] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r166c26f3 r3666d38  
    325325       
    326326        change_title "binutils: configure (${PLATFORM})"
    327         ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls
     327        CFLAGS=-Wno-error ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls
    328328        check_error $? "Error configuring binutils."
    329329       
Note: See TracChangeset for help on using the changeset viewer.