Changeset 4f0bba0 in mainline for contrib/toolchain/toolchain.ia32.sh
- Timestamp:
- 2005-09-03T11:54:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 468bfde
- Parents:
- 345ce2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/toolchain/toolchain.ia32.sh
r345ce2f r4f0bba0 68 68 cd "${BINUTILSDIR}" 69 69 check_error $? "Change directory failed." 70 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "-- disable-nls"70 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls" 71 71 check_error $? "Error configuring binutils." 72 72 make all install
Note:
See TracChangeset
for help on using the changeset viewer.