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/05/02 00:16:44 UTC

cvs commit: xml-xerces/c/samples runConfigure

peiyongz    02/05/01 15:16:44

  Modified:    c/samples runConfigure
  Log:
  Build 64 on UNIX
  
  Revision  Changes    Path
  1.28      +8 -4      xml-xerces/c/samples/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- runConfigure	22 Apr 2002 19:11:07 -0000	1.27
  +++ runConfigure	1 May 2002 22:16:44 -0000	1.28
  @@ -56,7 +56,7 @@
   #
   
   #
  -# $Id: runConfigure,v 1.27 2002/04/22 19:11:07 peiyongz Exp $
  +# $Id: runConfigure,v 1.28 2002/05/01 22:16:44 peiyongz Exp $
   #
   
   #
  @@ -237,14 +237,17 @@
   #
   if test $bitsToBuild = 64; then
       bitstobuildDefines=" -DXML_BITSTOBUILD_64 " 
  +    bitstobuildLink=" "
       if test $platform; then
           case $platform in
              solaris)
                 bitstobuildDefines=" $bitstobuildDefines -xarch=v9 " ;;
              aix)
  -              bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " ;;
  +              bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " 
  +              bitstobuildLink=" -q64 -qwarn64 " ;;
              hp-11)
  -              bitstobuildDefines=" $bitstobuildDefines +DD64 " ;;
  +              bitstobuildDefines=" $bitstobuildDefines +DA2.0W " 
  +              bitstobuildLink=" +DA2.0W" ;;
              linux)
                 bitstobuildDefines=" $bitstobuildDefines " ;;
              *)
  @@ -253,6 +256,7 @@
       fi
   elif test $bitsToBuild = 32; then
       bitstobuildDefines=" "
  +    bitstobuildLink=" "
   else
       echo "I do not recognize the bitsToBuild '$bitsToBuild'. Please type '${0} -h' for help."
       exit ${ERROR_EXIT_CODE};
  @@ -283,7 +287,7 @@
       export CXXFLAGS CFLAGS
   fi
   
  -LDFLAGS="$LDFLAGS $linkeroptions $bitstobuildDefines"; export LDFLAGS
  +LDFLAGS="$LDFLAGS $linkeroptions $bitstobuildLink"; export LDFLAGS
   
   echo
   rm -f config.cache
  
  
  

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