aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-05-30 19:41:18 +0200
committerCorinna Vinschen <corinna@vinschen.de>2020-05-30 19:41:18 +0200
commitd6242d87336d7f06691d1e1d9a3ce9324fd9903c (patch)
tree2765cf637dbd5d5508e7d285ee550d555017ac71 /winsup/cygwin/Makefile.in
parent0c5aab9c99cf150bc90374c7fb72931e56dc955f (diff)
downloadnewlib-d6242d87336d7f06691d1e1d9a3ce9324fd9903c.zip
newlib-d6242d87336d7f06691d1e1d9a3ce9324fd9903c.tar.gz
newlib-d6242d87336d7f06691d1e1d9a3ce9324fd9903c.tar.bz2
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 <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@