Changeset 3398 in Sophya for trunk/SophyaLib
- Timestamp:
- Nov 23, 2007, 4:38:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3397 r3398 170 170 end 171 171 172 ------ Detection linux 64 bits ---172 ## ------ Detection linux 64 bits --- 173 173 unset linux64 174 if ( "$sname"== "Linux" ) then174 if ( `uname` == "Linux" ) then 175 175 if ( `uname -m` == "x86_64" ) then 176 176 echo ' ... Linux x86_64 (64 bits) ---> -arch64 ' … … 439 439 set sname = `uname` 440 440 set sprgfile = $TMPDIR/compop.scom 441 echo '{' > $sprgfile 441 442 set scmd = "/FLAGS/s/CNFPHFLF/ $compopt/g" 442 443 if ( $?arch64 ) then … … 449 450 set scmd = "/FLAGS/s/CNFPHFLF/$a64cf $compopt/g" 450 451 endif 451 echo $scmd > $sprgfile452 echo $scmd >> $sprgfile 452 453 if ( $?nofpic ) echo "s/-fPIC/ /g" >> $sprgfile 453 454 if( $?slballinone ) then … … 456 457 endif 457 458 if ( $?linux64 ) then 458 echo " ?s?-L/usr/X11R6/lib?-L/usr/X11R6/lib64/?g" >> $sprgfile459 endif 460 set scmd = "sed -f $sprgfile" 459 echo "s?-L/usr/X11R6/lib?-L/usr/X11R6/lib64?g" >> $sprgfile 460 endif 461 echo '}' >> $sprgfile 461 462 set mftmp = $TMPDIR/sopmake.inc 462 463 cp $mfile $mftmp
Note:
See TracChangeset
for help on using the changeset viewer.