Changes in tools/toolchain.sh [166c26f3:3666d386] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r166c26f3 r3666d386 325 325 326 326 change_title "binutils: configure (${PLATFORM})" 327 ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls327 CFLAGS=-Wno-error ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls 328 328 check_error $? "Error configuring binutils." 329 329
Note:
See TracChangeset
for help on using the changeset viewer.