Changeset 8fb1bf82 in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2010-11-25T13:42:50Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8df8415
Parents:
a93d79a (diff), eb667613 (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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    ra93d79a r8fb1bf82  
    6262        echo " ia32       IA-32 (x86, i386)"
    6363        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"
    6667        echo " ppc32      32-bit PowerPC"
    6768        echo " ppc64      64-bit PowerPC"
     
    303304                build_target "mips32eb" "mips-linux-gnu"
    304305                ;;
     306        "mips64")
     307                build_target "mips64" "mips64el-linux-gnu"
     308                ;;
    305309        "ppc32")
    306310                build_target "ppc32" "ppc-linux-gnu"
     
    320324                build_target "mips32" "mipsel-linux-gnu"
    321325                build_target "mips32eb" "mips-linux-gnu"
     326                build_target "mips64" "mips64el-linux-gnu"
    322327                build_target "ppc32" "ppc-linux-gnu"
    323328                build_target "ppc64" "ppc64-linux-gnu"
Note: See TracChangeset for help on using the changeset viewer.