Changeset 5d7daff in mainline
- Timestamp:
- 2007-03-27T20:08:19Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d37a06
- Parents:
- 454f1da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/toolchain/toolchain.ia32.sh
r454f1da r5d7daff 92 92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared 93 93 check_error $? "Error configuring GCC." 94 PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc all-target-libobjc install-target-libobjc94 PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc 95 95 check_error $? "Error compiling/installing GCC." 96 96
Note:
See TracChangeset
for help on using the changeset viewer.