dbertoni    02/04/10 23:13:03

  Modified:    c/src    Makefile.in
  Log:
  Made Tru64 compiler options consistent.
  
  Revision  Changes    Path
  1.88      +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.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- Makefile.in       10 Apr 2002 04:39:30 -0000      1.87
  +++ Makefile.in       11 Apr 2002 06:13:03 -0000      1.88
  @@ -282,12 +282,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 -nocxxstd
     ALLLIBS = ${LIBS} -L/usr/lib -lc -lrt -lm
     SHLIBSUFFIX = .so
     CC1 = $(CXX) ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS)
     CC4 = $(CC) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  -  MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -nocxxstd
  +  MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread -nocxxstd
     LINK = ${CXX} $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
   
   endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to