Kaydet (Commit) 69951876 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

üst 2e11d06b
......@@ -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
......
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