oox/Library_oox.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 168d3b12482e2cf1bbd331ba4e9d2d86f0184273
Author: Rene Engelhard <r...@debian.org>
Date:   Tue Jan 31 21:26:50 2012 +0100

    add missed ifeq to check for IA64...

diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index a8244ac..089605d 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -40,9 +40,11 @@ $(eval $(call gb_Library_set_include,oox,\
     -I$(realpath $(SRCDIR)/oox/inc) \
 ))
 
+ifeq ($(CPUNAME),IA64)
 $(eval $(call gb_Library_add_cxxflags,oox,\
     -Os \
 ))
+endif
 
 $(eval $(call gb_Library_add_defs,oox,\
     -DOOX_DLLIMPLEMENTATION \
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to