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

Diff for /pegasus/mak/Attic/platform_VXWORKS_PENTIUM_GNU.mak between version 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2007/09/26 17:58:35 version 1.1.2.6, 2007/09/27 03:01:13
Line 30 
Line 30 
 #//============================================================================= #//=============================================================================
  
 ifndef WIND_BASE ifndef WIND_BASE
   $(error "The WIND_BASE environment variable is undefined")    $(error "The WIND_BASE environment variable is undefined. Please initialize VxWorks environment")
 endif endif
  
   VXWORKS_ROOT = $(WIND_BASE)
   VXWORKS_LIB = $(VXWORKS_ROOT)/target/usr/lib/simpentium/SIMPENTIUM/common
   
 export PEGASUS_ENABLE_IPV6=false export PEGASUS_ENABLE_IPV6=false
  
 DEFINES = DEFINES =
Line 107 
Line 110 
  
 LIB_SUFFIX = .so LIB_SUFFIX = .so
  
   AR = arpentium
   
 DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=SIMPENTIUM -DTOOL_FAMILY=gnu -DTOOL=gnu DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=SIMPENTIUM -DTOOL_FAMILY=gnu -DTOOL=gnu
  
 SYS_LIBS = SYS_LIBS =
Line 115 
Line 120 
     $(error "vxworks does not support PAM authenticaiton")     $(error "vxworks does not support PAM authenticaiton")
 endif endif
  
 FLAGS += -mhard-float -ansi -mcpu=i486 -march=i486 -W -Wall -Wno-unused -mrtp -MD -MP  FLAGS += -mhard-float -mcpu=i486 -march=i486 -ansi -fno-builtin -W -Wall -Wno-unused -mrtp
  
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
   FLAGS += -g   FLAGS += -g
Line 127 
Line 132 
  
 PEGASUS_ARCH_LIB = lib64 PEGASUS_ARCH_LIB = lib64
  
 VXWORKS_LIB_COMMON = $(WIND_BASE)/target/usr/lib/simpentium/SIMPENTIUM/common  
   
 ROMFS = $(PEGASUS_HOME)/romfs ROMFS = $(PEGASUS_HOME)/romfs
  
 PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET=1 PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET=1
  
 export PEGASUS_USE_STATIC_LIBRARIES=true export PEGASUS_USE_STATIC_LIBRARIES=true
   


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2