From 6bdf0236e04b39f0b1a7c8ba2c787af36bfc6346 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 25 Feb 2009 15:55:25 +0000 Subject: #i10000# Switch off optimization for chart2uno.cxx when compiling with gcc. --- sc/source/ui/unoobj/makefile.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sc/source/ui/unoobj/makefile.mk b/sc/source/ui/unoobj/makefile.mk index 0d809a073..1570ec510 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 -- cgit v1.2.3