From: Andy Heninger Date: Wed, 25 Jan 2017 06:08:26 +0000 (+0000) Subject: ICU-12943 More Cygwin build fixes. X-Git-Tag: milestone-59-0-1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b15451322e78119da66f07c07790ffd102e053c6;p=icu ICU-12943 More Cygwin build fixes. X-SVN-Rev: 39602 --- diff --git a/icu4c/source/config/mh-cygwin b/icu4c/source/config/mh-cygwin index 1cc2d74c37a..c5a37179cab 100644 --- a/icu4c/source/config/mh-cygwin +++ b/icu4c/source/config/mh-cygwin @@ -7,7 +7,7 @@ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) -GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) +GEN_DEPS.cc= $(CXX) -E -MM -std=c++11 $(DEFS) $(CPPFLAGS) ## Flags to create/use a static library ifneq ($(ENABLE_SHARED),YES) diff --git a/icu4c/source/config/mh-cygwin64 b/icu4c/source/config/mh-cygwin64 index 0af0c88a903..dc9d1a1ab01 100644 --- a/icu4c/source/config/mh-cygwin64 +++ b/icu4c/source/config/mh-cygwin64 @@ -7,7 +7,7 @@ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) -GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) +GEN_DEPS.cc= $(CXX) -E -MM -std=c++11 $(DEFS) $(CPPFLAGS) ## Flags to create/use a static library ifneq ($(ENABLE_SHARED),YES)