peiyongz 2004/01/07 09:49:37 Modified: c/src/xercesc runConfigure Log: Set to optimization Level 2 on hp-11/aCC Revision Changes Path 1.29 +3 -1 xml-xerces/c/src/xercesc/runConfigure Index: runConfigure =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- runConfigure 6 Jan 2004 21:56:09 -0000 1.28 +++ runConfigure 7 Jan 2004 17:49:37 -0000 1.29 @@ -264,6 +264,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]