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

Diff for /pegasus/mak/program.mak between version 1.31 and 1.32

version 1.31, 2006/08/16 19:31:24 version 1.32, 2006/11/14 21:34:42
Line 46 
Line 46 
 endif endif
 ifeq ($(OS_TYPE),unix) ifeq ($(OS_TYPE),unix)
 include $(ROOT)/mak/program-unix.mak include $(ROOT)/mak/program-unix.mak
   # GCC supports the -fPIE switch in version 3.4 or later
    ifeq ($(OS),linux)
      ifeq ($(shell expr $(GCC_VERSION) '>=' 3.4), 1)
         FLAGS := $(FLAGS:-fPIC=-fPIE)
      endif
    endif
 endif endif
 ifeq ($(OS_TYPE),vms) ifeq ($(OS_TYPE),vms)
  include $(ROOT)/mak/program-vms.mak  include $(ROOT)/mak/program-vms.mak


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2