Changeset 59649f3 in mainline for tools/toolchain.sh
- Timestamp:
- 2015-05-07T10:59:46Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d81e1e
- Parents:
- 003504f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r003504f r59649f3 513 513 PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" ./configure \ 514 514 "--target=${TARGET}" \ 515 "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" 515 "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" \ 516 --enable-werror=no 516 517 check_error $? "Error configuring GDB." 517 518
Note:
See TracChangeset
for help on using the changeset viewer.