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/10/04 06:37:42 UTC

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

dbertoni    2002/10/03 21:37:42

  Modified:    c/src    Makefile.in
  Log:
  Removed some bogus stuff from the gcc sections of Solaris and AIX.
  
  Revision  Changes    Path
  1.102     +0 -7      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- Makefile.in	5 Sep 2002 03:36:26 -0000	1.101
  +++ Makefile.in	4 Oct 2002 04:37:42 -0000	1.102
  @@ -214,8 +214,6 @@
   
   	ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -lc
   
  -    PLATFORM_LIB_LINK_OPTIONS=$(LD_RPATH_PRE)${ICUROOT}/lib $(LD_RPATH_PRE)${ICUI18NROOT}/lib
  -
     else
   
   	PLATFORM_COMPILE_OPTIONS = -KPIC -mt -xs -ptr$(ALL_OBJECTS_DIR) -features=rtti -D${PLATFORM} -D_REENTRANT
  @@ -243,11 +241,6 @@
   
   	PLATFORM_COMPILE_OPTIONS = -fPIC -instances=static -D${PLATFORM} -D_REENTRANT
   	ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -lc
  -
  -	ifdef XALAN_USE_ICU
  -	LD_RPATH_PRE=  -Wl,-rpath,
  -	PLATFORM_LIB_LINK_OPTIONS=$(LD_RPATH_PRE)${ICUROOT}/lib $(LD_RPATH_PRE)${ICUI18NROOT}/lib
  -	endif
   
   	EXTRA_LINK_OPTIONS=-lc
   	CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  
  
  

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