Changeset 1589 for trunk/kBuild/env.sh


Ignore:
Timestamp:
May 1, 2008, 5:34:39 PM (17 years ago)
Author:
bird
Message:

parisc and armv5tejl uname -m response.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r1571 r1589  
    344344            KBUILD_HOST_ARCH='ia64'
    345345            ;;
    346         #hppa32|hppa|parisc32|parisc)?
    347         hppa32|parisc32)
     346        hppa32|parisc32|parisc)
    348347            KBUILD_HOST_ARCH='hppa32'
    349348            ;;
     
    351350            KBUILD_HOST_ARCH='hppa64'
    352351            ;;
    353         arm|armv4l|armv5tel)
     352        arm|armv4l|armv5tel|armv5tejl)
    354353            KBUILD_HOST_ARCH='arm'
    355354            ;;
Note: See TracChangeset for help on using the changeset viewer.