Kaydet (Commit) f4e73300 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

GCC bug 50255 will be fixed in 4.6.2 already.

üst 04af3ecc
...@@ -139,7 +139,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaobj,\ ...@@ -139,7 +139,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaobj,\
#http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255 #http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255
ifeq ($(strip $(COM)),GCC) ifeq ($(strip $(COM)),GCC)
gccthunkBroken := $(shell expr $(gb_CCVER) \>= 40500 \& $(gb_CCVER) \< 40700) gccthunkBroken := $(shell expr $(gb_CCVER) \>= 40500 \& $(gb_CCVER) \< 40602)
endif endif
ifeq ($(gccthunkBroken),1) ifeq ($(gccthunkBroken),1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment