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

Diff for /pegasus/mak/platform_HPUX_PARISC_ACC.mak between version 1.2.2.5 and 1.2.2.6

version 1.2.2.5, 2001/10/15 18:23:25 version 1.2.2.6, 2001/12/12 20:05:41
Line 24 
Line 24 
  
 DEPEND_INCLUDES = DEPEND_INCLUDES =
  
   
 ## Flags: ## Flags:
 ##     +Z - produces position independent code (PIC). ##     +Z - produces position independent code (PIC).
 ##     +DAportable generates code for any HP9000 architecture ##     +DAportable generates code for any HP9000 architecture
Line 34 
Line 35 
 ##       +b enables dynamic search in the specified directory(ies) ##       +b enables dynamic search in the specified directory(ies)
 ## ##
  
 FLAGS = +Z +DAportable -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE  IAFLAGS =
   
   ifeq ($(HPUX_IA64_VERSION), yes)
     IAFLAGS =  -AP
   else
     IAFLAGS =  +DAportable
   endif
   
   FLAGS = +Z $(IAFLAGS) -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes) ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
   FLAGS += -Wl,+b/usr/lib -Wl,+s   FLAGS += -Wl,+b/usr/lib -Wl,+s
 endif endif


Legend:
Removed from v.1.2.2.5  
changed lines
  Added in v.1.2.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2