Changeset f2f89315 in mainline for contrib/toolchain.sh
- Timestamp:
- 2009-08-27T18:44:48Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff62c6d
- Parents:
- ff211d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/toolchain.sh
rff211d2 rf2f89315 34 34 echo 35 35 echo "Possible target platforms are:" 36 echo " amd64 AMD64 (x86 _64, x64)"37 echo " arm32 ARM 32"36 echo " amd64 AMD64 (x86-64, x64)" 37 echo " arm32 ARM" 38 38 echo " ia32 IA-32 (x86, i386)" 39 39 echo " ia64 IA-64 (Itanium)" 40 echo " mips32 MIPS 32little-endian"41 echo " mips32eb MIPS 32big-endian"42 echo " ppc32 PowerPC 32"43 echo " ppc64 PowerPC 64"44 echo " sparc64 UltraSPARC 64"40 echo " mips32 MIPS little-endian" 41 echo " mips32eb MIPS big-endian" 42 echo " ppc32 32-bit PowerPC" 43 echo " ppc64 64-bit PowerPC" 44 echo " sparc64 SPARC V9" 45 45 echo " all build all targets" 46 46 echo … … 130 130 cleanup_dir "${GCCDIR}" 131 131 132 create_dir "${PREFIX}" "desti onation directory"132 create_dir "${PREFIX}" "destination directory" 133 133 create_dir "${OBJDIR}" "GCC object directory" 134 134
Note:
See TracChangeset
for help on using the changeset viewer.