(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.1 and 1.2

version 1.1, 2001/05/24 01:07:19 version 1.2, 2001/07/06 21:47:00
Line 14 
Line 14 
  
 ## Flags: ## Flags:
 ##     +Z - produces position independent code (PIC). ##     +Z - produces position independent code (PIC).
   ##     +DAportable generates code for any HP9000 architecture
   ##     -Wl, passes the following option to the linker
   ##       +s causes the linked image or shared lib to be able to
   ##          search for any referenced shared libs dynamically in
   ##          SHLIB_PATH (LD_LIBRARY_PATH on 64-bit HP9000)
   ##       +b enables dynamic search in the specified directory(ies)
 ## ##
  
   FLAGS = +Z +DAportable
   ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
     FLAGS += -Wl,+b/usr/lib -Wl,+s
   endif
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g +Z    FLAGS += -g
 else  
 FLAGS = +Z  
 endif endif
  
 SYS_LIBS = SYS_LIBS =


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2