dbertoni    01/08/10 10:07:43

  Modified:    c/src    Makefile.in
  Log:
  Removed Tru64 compiler option.
  
  Revision  Changes    Path
  1.52      +1 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Makefile.in       2001/08/10 15:47:19     1.51
  +++ Makefile.in       2001/08/10 17:07:43     1.52
  @@ -276,7 +276,7 @@
   ifeq ($(PLATFORM), TRU64)
   
   SUPPORTED = TRUE
  -PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread -assume noaligned_objects
  +PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread
   ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -lc -lrt -lm
   SHLIBSUFFIX = .so
   CC1 = ${CXX} ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS)
  
  
  

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

Reply via email to