IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16202


Ignore:
Timestamp:
Jan 23, 2008, 12:26:46 PM (18 years ago)
Author:
bills
Message:

Distinguish between 32 and 64 bit red hat linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.csh.in

    r16124 r16202  
    172172 case RedHat:
    173173   setenv ARCH linrh;
     174   set mach=`uname -m`
     175   if ("$mach" == "x86_64") setenv ARCH rhlin64
    174176   breaksw;
    175177
Note: See TracChangeset for help on using the changeset viewer.