Changeset 3397 in Sophya for trunk/SophyaLib/BuildMgr/configure
- Timestamp:
- Nov 23, 2007, 4:12:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3357 r3397 169 169 shift 170 170 end 171 172 ------ Detection linux 64 bits --- 173 unset linux64 174 if ( "$sname" == "Linux" ) then 175 if ( `uname -m` == "x86_64" ) then 176 echo ' ... Linux x86_64 (64 bits) ---> -arch64 ' 177 set linux64 178 set arch64 179 endif 180 endif 171 181 172 182 … … 445 455 echo "/SOPHYAEXTSLBLIST/s/-lextsophya -lsophya/-lAsophyaextPI/" >> $sprgfile 446 456 endif 457 if ( $?linux64 ) then 458 echo "?s?-L/usr/X11R6/lib?-L/usr/X11R6/lib64/?g" >> $sprgfile 459 endif 447 460 set scmd = "sed -f $sprgfile" 448 461 set mftmp = $TMPDIR/sopmake.inc
Note:
See TracChangeset
for help on using the changeset viewer.