Changeset 3227 in Sophya for trunk/SophyaLib/BuildMgr/configure


Ignore:
Timestamp:
Apr 14, 2007, 1:16:55 AM (18 years ago)
Author:
ansari
Message:

Petite modif configure pour gestion -arch64 sur AIX (ar -X 64) , Reza 14/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/configure

    r3224 r3227  
    421421  set a64cf = ' '
    422422  if ( ( "$sname" == "IRIX64" ) && ("$SOPHYACXX" == "CC" ) ) set a64cf = '-64'
    423   if ( ( "$sname" == "AIX" ) && ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) ) )    set a64cf = '-q64'
     423  if ( "$sname" == "AIX" ) then
     424    if ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) )  set a64cf = '-q64'
     425  echo "/ARFLAGS/s/-rcs/-rcs -X 64/" >>  $sprgfile
     426  endif
    424427  set scmd = "/FLAGS/s/CNFPHFLF/$a64cf $compopt/g"
    425428endif
Note: See TracChangeset for help on using the changeset viewer.