Changeset 4f0bba0 in mainline
- Timestamp:
- 2005-09-03T11:54:09Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 468bfde
- Parents:
- 345ce2f
- Location:
- contrib/toolchain
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/toolchain/toolchain.amd64.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 -
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 -
contrib/toolchain/toolchain.ia64.sh
r345ce2f r4f0bba0 77 77 cd "${BINUTILSDIR}" 78 78 check_error $? "Change directory failed." 79 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "-- disable-nls"79 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls" 80 80 check_error $? "Error configuring binutils." 81 81 make all install -
contrib/toolchain/toolchain.mips.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 -
contrib/toolchain/toolchain.ppc.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 -
contrib/toolchain/toolchain.ppc64.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.