peiyongz 2004/01/13 11:43:10
Modified: c/src/xercesc runConfigure
Log:
set optimization level#2 on hp aCC
Revision Changes Path
1.31 +1 -3 xml-xerces/c/src/xercesc/runConfigure
Index: runConfigure
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- runConfigure 13 Jan 2004 18:09:22 -0000 1.30
+++ runConfigure 13 Jan 2004 19:43:10 -0000 1.31
@@ -264,8 +264,6 @@
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]