Changeset 3666d38 in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2011-08-09T11:58:41Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0699467
Parents:
e8067c0
Message:

Do not turn warnings to errors for cross binutils build.

  • This makes it possible to build cross binutils for arm32 with gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    re8067c0 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.