- Timestamp:
- Apr 12, 2007, 11:06:59 PM (18 years ago)
- Location:
- trunk/SophyaLib/BuildMgr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/IRIX64_CC_make.inc
r3210 r3224 10 10 11 11 # Flag preprocesseur 12 # ---NOTICE-- Changing the -64 flag below13 # requires removing the definition of SGI_ARCH64 flag in machdefs.h14 12 CPPFLAGS = -I$(SOPHYAINCP) $(PIINC) 15 13 # Def compilateur C et flags -
trunk/SophyaLib/BuildMgr/configure
r3223 r3224 415 415 416 416 # --- Gestion des flags modifiants les options de compilation et liste de librairies (par sed) 417 set sname = `uname` 417 418 set sprgfile = $TMPDIR/compop.scom 418 419 set scmd = "/FLAGS/s/CNFPHFLF/ $compopt/g" 419 if ( $?arch64) then420 if ( $?arch64 ) then 420 421 set a64cf = ' ' 421 if ( "$sname" == "IRIX64" ) && ("$SOPHYACXX" == "CC" ) set a64cf = '-64' 422 if ( "$sname" == "AIX" ) && ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) ) 423 set a64cf = '-q64' 422 if ( ( "$sname" == "IRIX64" ) && ("$SOPHYACXX" == "CC" ) ) set a64cf = '-64' 423 if ( ( "$sname" == "AIX" ) && ( ("$SOPHYACXX" == "xlC" ) || ("$SOPHYACXX" == "xlc" ) ) ) set a64cf = '-q64' 424 424 set scmd = "/FLAGS/s/CNFPHFLF/$a64cf $compopt/g" 425 425 endif … … 452 452 echo "/*------ Code generation switch ---- */" >> $mdefname 453 453 echo "/* System selector (uname) */" >> $mdefname 454 set sname = `uname`454 # Fait avant - set sname = `uname` 455 455 echo "#ifndef $sname" >> $mdefname 456 456 echo "#define $sname 1 " >> $mdefname
Note:
See TracChangeset
for help on using the changeset viewer.