Changeset f2f89315 in mainline


Ignore:
Timestamp:
2009-08-27T18:44:48Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff62c6d
Parents:
ff211d2
Message:

Fix typo. Use proper architecture names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/toolchain.sh

    rff211d2 rf2f89315  
    3434        echo
    3535        echo "Possible target platforms are:"
    36         echo " amd64      AMD64 (x86_64, x64)"
    37         echo " arm32      ARM32"
     36        echo " amd64      AMD64 (x86-64, x64)"
     37        echo " arm32      ARM"
    3838        echo " ia32       IA-32 (x86, i386)"
    3939        echo " ia64       IA-64 (Itanium)"
    40         echo " mips32     MIPS32 little-endian"
    41         echo " mips32eb   MIPS32 big-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"
    4545        echo " all        build all targets"
    4646        echo
     
    130130        cleanup_dir "${GCCDIR}"
    131131       
    132         create_dir "${PREFIX}" "destionation directory"
     132        create_dir "${PREFIX}" "destination directory"
    133133        create_dir "${OBJDIR}" "GCC object directory"
    134134       
Note: See TracChangeset for help on using the changeset viewer.