From d6242d87336d7f06691d1e1d9a3ce9324fd9903c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 30 May 2020 19:41:18 +0200 Subject: Cygwin: update C++ dialect to gnu++14 Disable -std option since gnu++14 is default anyway, but keep it available as comment. Update dynamic exception specifications deprecated with C++11 to C++11-introduced noexcept expression. Signed-off-by: Corinna Vinschen --- winsup/cygwin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/Makefile.in') diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 0ec90de..9bbdf8c 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -77,7 +77,7 @@ COMMON_CFLAGS=-MMD ${$(*F)_CFLAGS} -Werror -fmerge-constants -ftracer $(CCEXTRA) ifeq ($(target_cpu),x86_64) COMMON_CFLAGS+=-mcmodel=small endif -COMPILE.cc+=${COMMON_CFLAGS} -std=gnu++98 +COMPILE.cc+=${COMMON_CFLAGS} # -std=gnu++14 COMPILE.c+=${COMMON_CFLAGS} AR:=@AR@ -- cgit v1.1