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

Diff for /pegasus/mak/objects.mak between version 1.13 and 1.14

version 1.13, 2008/12/02 09:00:01 version 1.14, 2012/12/04 15:54:01
Line 39 
Line 39 
   endif   endif
 endif endif
  
 ifndef BUILD_STATIC  ##=============================================================================
   ##
   ## A bad trick to include -fPIC to 64 bit machine when static build is required
   ## 64 bit machines will complaint(bug 5177)
   ##
   ##=============================================================================
   ifdef BUILD_STATIC
       ifeq ($(CXX_MACHINE_OPTIONS),-m64)
           FLAGS += $(DYNAMIC_FLAGS)
       endif
   else
 FLAGS += $(DYNAMIC_FLAGS) FLAGS += $(DYNAMIC_FLAGS)
 endif endif
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2