Changeset 1244


Ignore:
Timestamp:
Oct 15, 2007, 5:20:40 PM (18 years ago)
Author:
bird
Message:

first word from isainfo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r1156 r1244  
    120120    # Use uname -m or isainfo (lots of guesses here, please help clean this up...)
    121121    if test "$BUILD_PLATFORM" == "solaris"; then
    122         BUILD_PLATFORM_ARCH=`isainfo`
     122        BUILD_PLATFORM_ARCH=`isainfo | cut -f 1 -d ' '`
     123       
    123124    else
    124125        BUILD_PLATFORM_ARCH=`uname -m`
Note: See TracChangeset for help on using the changeset viewer.