(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.13 and 1.1.2.14

version 1.1.2.13, 2007/10/19 18:26:39 version 1.1.2.14, 2007/10/20 22:34:45
Line 34 
Line 34 
 endif endif
  
 VXWORKS_ROOT = $(WIND_BASE) VXWORKS_ROOT = $(WIND_BASE)
 VXWORKS_LIB = $(VXWORKS_ROOT)/target/usr/lib/simpentium/SIMPENTIUM/common  VXWORKS_LIB = $(VXWORKS_ROOT)/target/lib/pentium/PENTIUM/common
  
 export PEGASUS_ENABLE_IPV6=false export PEGASUS_ENABLE_IPV6=false
  
Line 95 
Line 95 
   CC = ccpentium   CC = ccpentium
 endif endif
  
   NM = nmpentium
   
 SH = sh SH = sh
  
 YACC = bison YACC = bison
Line 119 
Line 121 
  
 AR = arpentium AR = arpentium
  
 DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=SIMPENTIUM -DTOOL_FAMILY=gnu -DTOOL=gnu  DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=PENTIUM -DTOOL_FAMILY=gnu -DTOOL=gnu
  
 SYS_LIBS = SYS_LIBS =
  
Line 127 
Line 129 
     $(error "vxworks does not support PAM authenticaiton")     $(error "vxworks does not support PAM authenticaiton")
 endif endif
  
 FLAGS += -mhard-float -march=i486 -ansi -fno-builtin -W -Wall -Wno-unused -mrtp  # ATTN-MEB: do we need -mhard-float?
   
   ##==============================================================================
   ##
   ## FLAGS
   ##
   ##==============================================================================
   
   FLAGS += -mhard-float -march=i486 -ansi -fno-builtin -W -Wall -Wno-unused
  
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
   FLAGS += -g   FLAGS += -g
 else else
   FLAGS += -Os    FLAGS += -O2
 endif endif
  
 ifeq ($(shell expr $(GCC_VERSION) '>=' 3.0), 1)  #ifeq ($(shell expr $(GCC_VERSION) '>=' 3.0), 1)
   FLAGS += -fno-enforce-eh-specs  #  FLAGS += -fno-enforce-eh-specs
 endif  #endif
   
   ##==============================================================================
   ##
   ## Linkage definitions:
   ##
   ##==============================================================================
   
   DOLLARS = -fdollars-in-identifiers
   
   MUNCH = $(WIND_BASE)/host/resource/hutils/tcl/munch.tcl
   
   LINK_FLAGS = -r -nostdlib -Wl,-X $(WIND_BASE)/target/h/tool/gnu/ldscripts/link.OUT
  
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes
  


Legend:
Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2