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/09/05 05:36:26 UTC

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

dbertoni    2002/09/04 20:36:26

  Modified:    c/src    Makefile.in
  Log:
  Add option for cxx command line.
  
  Revision  Changes    Path
  1.101     +2 -2      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- Makefile.in	5 Aug 2002 20:33:54 -0000	1.100
  +++ Makefile.in	5 Sep 2002 03:36:26 -0000	1.101
  @@ -308,12 +308,12 @@
   ifeq ($(PLATFORM), TRU64)
   
     SUPPORTED = TRUE
  -  PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread
  +  PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread -std strict_ansi_errors
     ALLLIBS = ${LIBS} -L/usr/lib -lm
     SHLIBSUFFIX = .so
     CC1 = $(CXX) ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS) -nocxxstd
     CC4 = $(CC) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  -  MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread -nocxxstd
  +  MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread -std strict_ansi_errors -nocxxstd
     LINK = ${CXX} $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
   
   endif
  
  
  

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