You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/03/07 06:11:29 UTC

cvs commit: xml-xalan/c/src Makefile.in

dbertoni    02/03/06 21:11:29

  Modified:    c/src    Makefile.in
  Log:
  Updated HPUX options.
  
  Revision  Changes    Path
  1.82      +4 -3      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- Makefile.in	24 Feb 2002 04:14:37 -0000	1.81
  +++ Makefile.in	7 Mar 2002 05:11:29 -0000	1.82
  @@ -164,13 +164,14 @@
   
     SUPPORTED = TRUE
     PLATFORM_COMPILE_OPTIONS = +Z -D${PLATFORM} -D_THREAD_SAFE
  +  PLATFORM_CXX_COMPILE_OPTIONS = +p -mt
     ALLLIBS = ${LIBS}
     SHLIBSUFFIX=.sl
  -  CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  -  CC2 = $(CXX) $(PLATFORM_COMPILE_OPTIONS)
  +  CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) $(PLATFORM_CXX_COMPILE_OPTIONS)
  +  CC2 = $(CXX) $(PLATFORM_COMPILE_OPTIONS) $(PLATFORM_CXX_COMPILE_OPTIONS)
     CC4 = $(CC) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
     MAKE_SHARED = $(CXX) -b +Z
  -  LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) -Wl,+s
  +  LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) $(PLATFORM_CXX_COMPILE_OPTIONS) -Wl,+s
   
   endif
   
  
  
  

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