summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-08-13 15:12:55 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-08-13 15:12:55 +0000
commit3fb1d119fc0276c6822e1789a3d2f4c4c821eb6a (patch)
tree4de4bd3af1cc286eb06b6f8be63efe6af27b636d /stoc/source/javavm/makefile.mk
parent952c06b02bbbbc98bb9a779a1700331993abefeb (diff)
#101225# disabled code optimization for C52 to workaround CC code generation bug
Diffstat (limited to 'stoc/source/javavm/makefile.mk')
-rw-r--r--stoc/source/javavm/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/stoc/source/javavm/makefile.mk b/stoc/source/javavm/makefile.mk
index d14104da033c..7b289a076134 100644
--- a/stoc/source/javavm/makefile.mk
+++ b/stoc/source/javavm/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: jl $ $Date: 2002-07-23 14:07:24 $
+# last change: $Author: jbu $ $Date: 2002-08-13 16:12:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -89,6 +89,14 @@ SLOFILES= \
$(SLO)$/jvmargs.obj \
$(SLO)$/interact.obj
+.IF "$(COM)"=="C52"
+# Code generation bug in conjunction with exception handling
+# You can find a codesample in javavm.cxx in a comment
+# at the top of the file
+NOOPTFILES= \
+ $(SLO)$/javavm.obj
+.ENDIF # "$(COM)"=="C52"
+
SHL1TARGET= $(TARGET)
SHL1VERSIONMAP=$(TARGET).map
SHL1STDLIBS= \