summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-12 14:02:57 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-12 14:05:48 +0300
commit699518764a3e74ebf945e4649eb67bc8fe699df0 (patch)
tree90c1ad9070c1493a46da8c370754a0b4bda26f41 /sc
parentnot going to get away with this friend syntax (diff)
downloadcore-699518764a3e74ebf945e4649eb67bc8fe699df0.tar.gz
core-699518764a3e74ebf945e4649eb67bc8fe699df0.zip
Be more specific, gb_CCVER is set only in unxgcc.mk anyway
Diffstat (limited to 'sc')
-rw-r--r--sc/Library_vbaobj.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk
index bda2d45fd5d3..3559732432b8 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