peiyongz 2004/01/07 09:50:17
Modified: c/samples runConfigure
Log:
Set to optimization Level 1 on hp-11/aCC
Revision Changes Path
1.40 +3 -1 xml-xerces/c/samples/runConfigure
Index: runConfigure
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- runConfigure 6 Jan 2004 21:56:10 -0000 1.39
+++ runConfigure 7 Jan 2004 17:50:17 -0000 1.40
@@ -224,6 +224,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]