Changeset 3223 in Sophya for trunk/SophyaLib
- Timestamp:
- Apr 12, 2007, 10:18:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3210 r3223 78 78 endif 79 79 if( "$1" == "-compopt" ) then 80 set spcompopt = ( $2 )80 set compopt = ( $2 ) 81 81 shift 82 82 endif … … 416 416 # --- Gestion des flags modifiants les options de compilation et liste de librairies (par sed) 417 417 set sprgfile = $TMPDIR/compop.scom 418 set scmd = " s/CNFPHFLF/ $compopt/g"418 set scmd = "/FLAGS/s/CNFPHFLF/ $compopt/g" 419 419 if ($?arch64) then 420 420 set a64cf = ' ' … … 422 422 if ( "$sname" == "AIX" ) && ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) ) 423 423 set a64cf = '-q64' 424 set scmd = "s/CNFPHFLF/$a64cf $compopt/g"424 set scmd = "/FLAGS/s/CNFPHFLF/$a64cf $compopt/g" 425 425 endif 426 426 echo $scmd > $sprgfile 427 427 if ( $?nofpic ) echo "s/-fPIC/ /g" >> $sprgfile 428 428 if( $?slballinone ) then 429 echo " s/-lPI -lextsophya -lsophya/-lAsophyaextPI/" >> $sprgfile430 echo " s/-lextsophya -lsophya/-lAsophyaextPI/" >> $sprgfile429 echo "/SOPHYAALLSLBLIST/s/-lPI -lextsophya -lsophya/-lAsophyaextPI/" >> $sprgfile 430 echo "/SOPHYAEXTSLBLIST/s/-lextsophya -lsophya/-lAsophyaextPI/" >> $sprgfile 431 431 endif 432 432 set scmd = "sed -f $sprgfile"
Note:
See TracChangeset
for help on using the changeset viewer.