[Libreoffice-commits] .: sc/Library_vbaobj.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Sep 12 04:06:55 PDT 2011


 sc/Library_vbaobj.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 699518764a3e74ebf945e4649eb67bc8fe699df0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 12 14:02:57 2011 +0300

    Be more specific, gb_CCVER is set only in unxgcc.mk anyway

diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk
index bda2d45..3559732 100644
--- a/sc/Library_vbaobj.mk
+++ b/sc/Library_vbaobj.mk
@@ -138,7 +138,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaobj,\
 ))
 
 #http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255
-ifeq ($(strip $(COM)),GCC)
+ifeq ($(COM)-$(OS),GCC-LINUX)
 gccthunkBroken := $(shell expr $(gb_CCVER) \>= 40500 \& $(gb_CCVER) \< 40602)
 endif
 


More information about the Libreoffice-commits mailing list