Add new src/c++17 directory to list in acinclude.m4
authorJonathan Wakely <jwakely@redhat.com>
Wed, 25 Jul 2018 11:01:39 +0000 (12:01 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 25 Jul 2018 11:01:39 +0000 (12:01 +0100)
* acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17.
* src/Makefile.am: Add comment.
* src/c++17/Makefile.in: Regenerate.

From-SVN: r262964

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/c++17/Makefile.in

index 76903e3e9abf21faca880797b9e87992eaab4427..2ac56cc748e21fca45afdc21f57f693e6aa2db60 100644 (file)
@@ -1,5 +1,9 @@
 2018-07-25  Jonathan Wakely  <jwakely@redhat.com>
 
+       * acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17.
+       * src/Makefile.am: Add comment.
+       * src/c++17/Makefile.in: Regenerate.
+
        * include/Makefile.am: Add new <bits/unique_lock.h> header.
        * include/Makefile.in: Regenerate.
        * include/bits/std_mutex.h [!_GLIBCXX_USE_C99_STDINT_TR1] (mutex)
index bbf3c8df3e1cb0dac6dd3a1a9fa9bc8bf5adc421..6d68e9074268186e909d8022be8c28b855cc9789 100644 (file)
@@ -49,7 +49,7 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [
   # Keep these sync'd with the list in Makefile.am.  The first provides an
   # expandable list at autoconf time; the second provides an expandable list
   # (i.e., shell variable) at configure time.
-  m4_define([glibcxx_SUBDIRS],[include libsupc++ src src/c++98 src/c++11 src/filesystem doc po testsuite python])
+  m4_define([glibcxx_SUBDIRS],[include libsupc++ src src/c++98 src/c++11 src/c++17 src/filesystem doc po testsuite python])
   SUBDIRS='glibcxx_SUBDIRS'
 
   # These need to be absolute paths, yet at the same time need to
index 09edcdbc471d9fedabe4a2b20b110c79955c8c52..9a2fe297ddb728b96fe7a2327e8291a059bcd4cc 100644 (file)
@@ -28,6 +28,7 @@ else
 filesystem_dir =
 endif
 
+## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
 SUBDIRS = c++98 c++11 c++17 $(filesystem_dir)
 
 # Cross compiler support.
index 40b186e0a775ada75a839174378e750e8f9fe078..158dca99c1996239b57af5be3e13e8ff183d9ff2 100644 (file)
@@ -218,7 +218,6 @@ VTV_CXXFLAGS = @VTV_CXXFLAGS@
 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
 WARN_FLAGS = @WARN_FLAGS@
-WERROR = @WERROR@
 XMLLINT = @XMLLINT@
 XSLTPROC = @XSLTPROC@
 XSL_STYLE_DIR = @XSL_STYLE_DIR@
@@ -314,7 +313,7 @@ STAMP = echo timestamp >
 toolexecdir = $(glibcxx_toolexecdir)
 toolexeclibdir = $(glibcxx_toolexeclibdir)
 @ENABLE_WERROR_FALSE@WERROR_FLAG = 
-@ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR)
+@ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS = 
 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates