You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/11/20 00:13:01 UTC

cvs commit: xml-xerces/c/tests Makefile.incl

peiyongz    2003/11/19 15:13:01

  Modified:    c/tests  Makefile.incl
  Log:
  build w/o -brtl on AIX
  
  Revision  Changes    Path
  1.39      +2 -2      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Makefile.incl	12 May 2003 09:44:19 -0000	1.38
  +++ Makefile.incl	19 Nov 2003 23:13:01 -0000	1.39
  @@ -154,7 +154,7 @@
   ifeq (${PLATFORM}, AIX)
   CMP= -c ${CXXFLAGS} -qnotempinc
   CC=${COMPILER} -D${PLATFORM}
  -LINK =  ${COMPILER} -brtl ${LDFLAGS}
  +LINK =  ${COMPILER} ${LDFLAGS}
   # the compiler knows about this two
   # PLATFORM_LIB_LINK_OPTIONS=-L/usr/lpp/xlC/lib
   # EXTRA_LINK_OPTIONS=-lC ${EXTRA_LIBS}
  
  
  

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