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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to