Changeset 3818 in Sophya for trunk/SophyaLib/BuildMgr/configure
- Timestamp:
- Jul 26, 2010, 4:23:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3753 r3818 39 39 unset incln 40 40 unset mincname 41 set compopt 41 set compopt 42 unset arch32 42 43 unset arch64 43 44 unset sasz64 … … 56 57 echo 'configure [-sbase SOPHYABASE] [-scxx SOPHYACXX] [-incln] ' 57 58 echo " [-minc mymake.inc] [-compopt 'cc/cxxOptions'] " 58 echo ' [-arch64] [- sasz64] [-ldble128] [-nofpic] [-nothsafe] [-boundcheck] [-sodebug]'59 echo ' [-arch64] [-arch32] [-sasz64] [-ldble128] [-nofpic] [-nothsafe] [-boundcheck] [-sodebug]' 59 60 echo ' [-extp dir1 -extp dir2 ...] [-extip dir1 -extip dir2 ... ] [-extlp dir1 -extlp dir2 ... ]' 60 61 echo ' [-noextlib] [-noext fits] [-noext fftw] [-noext lapack] [-noext astro]' … … 150 151 if( "$1" == "-arch64" ) then 151 152 set arch64 153 unset arch32 154 endif 155 if( "$1" == "-arch32" ) then 156 set arch32 157 unset arch64 158 unset sasz64 152 159 endif 153 160 if( "$1" == "-sasz64" ) then … … 455 462 set scmd = "/FLAGS/s/CNFPHFLF/$a64cf $compopt/g" 456 463 endif 464 if ( $?arch32 ) then 465 set a32cf = ' ' 466 if ( ( "$sname" == "Linux" ) && ("$SOPHYACXX" == "g++" ) ) set a32cf = '-m32' 467 if ( "$sname" == "AIX" ) then 468 if ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) ) set a32cf = '-q32' 469 endif 470 set scmd = "/FLAGS/s/CNFPHFLF/$a32cf $compopt/g" 471 endif 472 457 473 echo $scmd >> $sprgfile 458 474 if ( $?nofpic ) echo "s/-fPIC/ /g" >> $sprgfile
Note:
See TracChangeset
for help on using the changeset viewer.