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 2004/01/07 18:50:36 UTC

cvs commit: xml-xerces/c/tests runConfigure

peiyongz    2004/01/07 09:50:36

  Modified:    c/tests  runConfigure
  Log:
  Set to optimization Level 1 on hp-11/aCC
  
  Revision  Changes    Path
  1.31      +3 -1      xml-xerces/c/tests/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- runConfigure	6 Jan 2004 21:56:10 -0000	1.30
  +++ runConfigure	7 Jan 2004 17:50:36 -0000	1.31
  @@ -223,6 +223,8 @@
          debugflag="-w -O2";
       elif test $platform = "aix"; then
          debugflag="-w -O2";
  +    elif test $platform = "hp-11"; then
  +       debugflag="-w +O1";       
       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