(file) Return to platform_SOLARIS_SPARC_CC.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/platform_SOLARIS_SPARC_CC.mak between version 1.12 and 1.13

version 1.12, 2005/05/12 15:27:28 version 1.13, 2005/05/18 01:38:59
Line 34 
Line 34 
  
 COMPILER = CC COMPILER = CC
  
 CC = CC  CC = cc
  
 CXX = CC  #
   # This is a hack because the Pegasus build system doesn't have a way to specify
   # flags just for the C compiler or just for the C++ compiler.
   #
   CXX = CC -pto
  
 SH = sh SH = sh
  
Line 79 
Line 83 
 endif endif
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -pto -KPIC -mt -xs -xildoff  FLAGS = -g -KPIC -mt -xs -xildoff
 else else
 FLAGS = -O -pto -KPIC -mt -xildoff -s -xipo=1  FLAGS = -O -KPIC -mt -xildoff -s -xipo=1
 endif endif
  
 SYS_LIBS = -lpthread -ldl -lsocket -lnsl -lxnet SYS_LIBS = -lpthread -ldl -lsocket -lnsl -lxnet


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2