Kaydet (Commit) 5c0a3895 authored tarafından Caolán McNamara's avatar Caolán McNamara

use a $(COM)-$(OS)-$(CPUNAME) pattern

i.e. same pattern as sc/Library_vbaobj.mk and
writerfilter/Library_resourcemodel.mk and document that its a compile time
error which can be retested anytime with a new toolchain, not some weird scary
runtime error so must never be touched.
üst 634820b3
...@@ -40,7 +40,10 @@ $(eval $(call gb_Library_set_include,oox,\ ...@@ -40,7 +40,10 @@ $(eval $(call gb_Library_set_include,oox,\
-I$(realpath $(SRCDIR)/oox/inc) \ -I$(realpath $(SRCDIR)/oox/inc) \
)) ))
ifeq ($(CPUNAME),IA64) ifeq ($(COM)-$(OS)-$(CPUNAME),GCC-LINUX-IA64)
#Debian Linux ia64 fails at compile time on
#oox/source/drawingml/customshapepresets*.cxx which are apparently too large
#for the toolchain to handle with default optimization
$(eval $(call gb_Library_add_cxxflags,oox,\ $(eval $(call gb_Library_add_cxxflags,oox,\
-Os \ -Os \
)) ))
......
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