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 2002/07/04 00:24:17 UTC

cvs commit: xml-xerces/c/samples runConfigure Makefile.incl

peiyongz    2002/07/03 15:24:16

  Modified:    c/samples runConfigure Makefile.incl
  Log:
  Build 64 bit production on Itanium+Linxu+IntelC++Compiler
  
  Revision  Changes    Path
  1.30      +4 -4      xml-xerces/c/samples/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- runConfigure	18 Jun 2002 19:09:31 -0000	1.29
  +++ runConfigure	3 Jul 2002 22:24:16 -0000	1.30
  @@ -71,8 +71,8 @@
       echo "       -p <platform> (accepts 'aix', 'linux', 'freebsd', 'solaris',
               'hp-10', 'hp-11', 'openserver', 'unixware', 'os400', 'irix',
               'ptx', 'tru64', 'macosx')"
  -    echo "       -c <C compiler name> (e.g. gcc, xlc or icc)"
  -    echo "       -x <C++ compiler name> (e.g. g++, xlC, or icc)"
  +    echo "       -c <C compiler name> (e.g. gcc, xlc, icc or ecc)"
  +    echo "       -x <C++ compiler name> (e.g. g++, xlC, icc or ecc)"
       echo "       -d (specifies that you want to build debug version)"
       echo "       -b <bitsToBuild> (accepts '64', '32')"
       echo "       -l <extra linker options>"
  @@ -213,7 +213,7 @@
   # Set the C compiler and C++ compiler environment variables
   #
   case $cppcompiler in
  -   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | ICC | cxx)
  +   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | ICC | cxx | ecc)
         ;;
   
      *)
  
  
  
  1.43      +3 -3      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- Makefile.incl	22 May 2002 20:19:19 -0000	1.42
  +++ Makefile.incl	3 Jul 2002 22:24:16 -0000	1.43
  @@ -181,8 +181,8 @@
   #=============== LINUX SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, LINUX)
   CMP= -c ${CXXFLAGS}
  -CC= g++ -c -D${PLATFORM} -D_REENTRANT -fpic
  -LINK =  g++ -D${PLATFORM} -fpic ${LDFLAGS}
  +CC= ${COMPILER} -c -D${PLATFORM} -D_REENTRANT -fpic
  +LINK =  ${COMPILER} -D${PLATFORM} -fpic ${LDFLAGS}
   PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
   EXTRA_LINK_OPTIONS=-lc
   SHLIBSUFFIX=.so
  
  
  

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