You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/07/10 15:13:27 UTC

cvs commit: xml-xerces/c/samples Makefile.incl

tng         2002/07/10 06:13:27

  Modified:    c/samples Makefile.incl
  Log:
  Enable embedded path link option in HP
  
  Revision  Changes    Path
  1.45      +3 -3      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- Makefile.incl	5 Jul 2002 16:21:32 -0000	1.44
  +++ Makefile.incl	10 Jul 2002 13:13:27 -0000	1.45
  @@ -208,7 +208,7 @@
     ifeq (${COMPILER}, aCC)
       CMP = -c +DAportable $(CXXFLAGS) -D_HP_UX -DHPaCC -w +z
       CC = aCC
  -    LINK =  ${CC} -Wl,+s ${LDFLAGS}
  +    LINK =  ${CC} -Wl,+s -Wl,+b,. ${LDFLAGS}
       PLATFORM_LIB_LINK_OPTIONS=-L/opt/aCC/lib -L/usr/ccs/lib -lpthread
       SHLIBSUFFIX=.sl
     else
  @@ -221,7 +221,7 @@
           -ptr$(TEMPLATESDIR)
       CMP = -c $(COMMON_CMP)
       CC = CC
  -    LINK =  ${CC} $(COMMON_CMP) -Wl,+s ${LDFLAGS}
  +    LINK =  ${CC} $(COMMON_CMP) -Wl,+s -Wl,+b,. ${LDFLAGS}
       PLATFORM_LIB_LINK_OPTIONS=-L/opt/CC/lib -L/usr/lib
       SHLIBSUFFIX=.sl
     endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org