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

Diff for /pegasus/mak/platform_LINUX_IX86_GNU.mak between version 1.9 and 1.9.2.2

version 1.9, 2001/07/17 16:23:26 version 1.9.2.2, 2001/07/24 22:19:49
Line 16 
Line 16 
 FLAGS = -O2 -W -Wall -Wno-unused FLAGS = -O2 -W -Wall -Wno-unused
 endif endif
  
   ifdef PEGASUS_CONCURRENT
   FLAGS += -D_REENTRANT
   endif
   
 SYS_LIBS = -ldl SYS_LIBS = -ldl
  
   ifdef PEGASUS_CONCURRENT
   SYS_LIBS += -lpthread
   endif
   
 CXX = g++ CXX = g++
  
 SH = sh SH = sh


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2