You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/10/18 20:16:28 UTC

cvs commit: xml-xerces/c/samples runConfigure

tng         01/10/18 11:16:28

  Modified:    c/samples runConfigure
  Log:
  Use opt2 on AIX platform.
  
  Revision  Changes    Path
  1.19      +6 -2      xml-xerces/c/samples/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- runConfigure	2001/08/29 20:48:58	1.18
  +++ runConfigure	2001/10/18 18:16:28	1.19
  @@ -58,7 +58,7 @@
   #
   
   #
  -# $Id: runConfigure,v 1.18 2001/08/29 20:48:58 peiyongz Exp $
  +# $Id: runConfigure,v 1.19 2001/10/18 18:16:28 tng Exp $
   #
   
   #
  @@ -137,7 +137,7 @@
      -z)
           compileroptions="$compileroptions $2"; shift 2;;
   
  -   -l)  
  +   -l)
           linkeroptions=$2; shift 2;;
   
      -h)
  @@ -164,6 +164,10 @@
       echo "Debug is OFF"
       if test $platform = "os400"; then
       debugflag="-O";
  +    elif test $platform = "irix"; then
  +       debugflag="-w -O2";
  +    elif test $platform = "aix"; then
  +       debugflag="-w -O2";
       else
       debugflag="-w -O";
       fi
  
  
  

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