[Libreoffice-commits] core.git: external/icu

Stephan Bergmann sbergman at redhat.com
Wed Nov 13 08:07:44 PST 2013


 external/icu/ExternalProject_icu.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a500ab2ee19a5221817c13fc8975c27fe4e92246
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 13 17:03:06 2013 +0100

    Tunnel CXXFLAGS_CXX11 into ICU
    
    for our -D__float128=void hack for Clang against libstdc++; it is OK that that
    explicitly enables C++11 for ICU, as ICU's configure.ac would set -std=c++0x if
    no -std= is passed in.
    
    Change-Id: I0e5044773c3d6923e3b100e19b5b54ab9edf7a1b

diff --git a/external/icu/ExternalProject_icu.mk b/external/icu/ExternalProject_icu.mk
index 26d90b5..bc56ce8 100644
--- a/external/icu/ExternalProject_icu.mk
+++ b/external/icu/ExternalProject_icu.mk
@@ -56,7 +56,7 @@ icu_CFLAGS:=" \
 	$(if $(filter GCC,$(COM)),-fno-strict-aliasing) \
 	$(if $(filter $(true),$(gb_SYMBOL)),-g) \
 	$(if $(filter ANDROID,$(OS)),-fvisibility=hidden -fno-omit-frame-pointer)"
-icu_CXXFLAGS:=" \
+icu_CXXFLAGS:="$(CXXFLAGS_CXX11) \
 	$(if $(filter IOS,$(OS)),-DUCONFIG_NO_FILE_IO) \
 	$(if $(debug),$(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS)) \
 	$(if $(ENABLE_LTO),$(gb_LTOFLAGS)) \


More information about the Libreoffice-commits mailing list