summaryrefslogtreecommitdiffstats
path: root/sc/source
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-03-10 09:42:33 +0000
committerRelease Engineers <releng@openoffice.org>2009-03-10 09:42:33 +0000
commit1b39552e941d8acf1397de816269bce40c69776d (patch)
tree967f781aa885bab343c5b0ad246be628f13a4a02 /sc/source
parent#i10000# WaE wntmsci12 (non pro) (diff)
downloadcore-1b39552e941d8acf1397de816269bce40c69776d.tar.gz
core-1b39552e941d8acf1397de816269bce40c69776d.zip
#i10000# fix from OOO310
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/makefile.mk b/sc/source/ui/unoobj/makefile.mk
index 0d809a07384f..1570ec510f97 100644
--- a/sc/source/ui/unoobj/makefile.mk
+++ b/sc/source/ui/unoobj/makefile.mk
@@ -109,6 +109,14 @@ NOOPTFILES= \
$(SLO)$/cellsuno.obj
.ENDIF
+# Work around bug in gcc 4.2 / 4.3, see
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35182
+.IF "$(COM)"=="GCC"
+NOOPTFILES+= \
+ $(SLO)$/chart2uno.obj
+.ENDIF
+
+
# --- Tagets -------------------------------------------------------
.INCLUDE : target.mk