Kaydet (Commit) cc325f1a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sb86 (1.32.6); FILE MERGED

2008/04/01 07:43:46 sb 1.32.6.1: #i84145# work around alleged compiler optimization error
üst 85145e9d
......@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.33 $
# $Revision: 1.34 $
#
# This file is part of OpenOffice.org.
#
......@@ -63,7 +63,15 @@ EXCEPTIONSFILES=\
$(OBJ)$/HelpCompiler.obj \
$(SLO)$/HelpLinker.obj \
$(SLO)$/HelpCompiler.obj
.IF "$(OS)" == "MACOSX" && "$(CPU)" == "P" && "$(COM)" == "GCC"
# There appears to be a GCC 4.0.1 optimization error causing _file:good() to
# report true right before the call to writeOut at HelpLinker.cxx:1.12 l. 954
# but out.good() to report false right at the start of writeOut at
# HelpLinker.cxx:1.12 l. 537:
NOOPTFILES=\
$(OBJ)$/HelpLinker.obj \
$(SLO)$/HelpLinker.obj
.ENDIF
APP1TARGET= $(TARGET)
APP1OBJS=\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment