Changeset 8e189ef in mainline for tools/toolchain.sh
- Timestamp:
- 2010-11-14T17:25:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 481b212
- Parents:
- 982e3d8 (diff), a9db9b8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r982e3d8 r8e189ef 62 62 echo " ia32 IA-32 (x86, i386)" 63 63 echo " ia64 IA-64 (Itanium)" 64 echo " mips32 MIPS little-endian" 65 echo " mips32eb MIPS big-endian" 64 echo " mips32 MIPS little-endian 32b" 65 echo " mips32eb MIPS big-endian 32b" 66 echo " mips64 MIPS little-endian 64b" 66 67 echo " ppc32 32-bit PowerPC" 67 68 echo " ppc64 64-bit PowerPC" … … 303 304 build_target "mips32eb" "mips-linux-gnu" 304 305 ;; 306 "mips64") 307 build_target "mips64" "mips64el-linux-gnu" 308 ;; 305 309 "ppc32") 306 310 build_target "ppc32" "ppc-linux-gnu" … … 320 324 build_target "mips32" "mipsel-linux-gnu" 321 325 build_target "mips32eb" "mips-linux-gnu" 326 build_target "mips64" "mips64el-linux-gnu" 322 327 build_target "ppc32" "ppc-linux-gnu" 323 328 build_target "ppc64" "ppc64-linux-gnu"
Note:
See TracChangeset
for help on using the changeset viewer.