diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-10 09:42:33 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-10 09:42:33 +0000 |
commit | 0da8fbf684493527022fe4005cbaed505b082ea5 (patch) | |
tree | aa9633004c73a459d095d2fa790d5e6712ad3469 | |
parent | 378f002c48f864932f674efe936b651d4d992ab2 (diff) |
#i10000# fix from OOO310
-rw-r--r-- | sc/source/ui/unoobj/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
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 |