Commit 74b7ec8c by Michael Haubenwallner Committed by Michael Haubenwallner

libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS

2015-07-24  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>

	* fragment.am (AM_CPPFLAGS): Add CPPFLAGS.
	* Makefile.in: Regenerate.
	* doc/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* python/Makefile.in: Regenerate.
	* src/Makefile.in: Regenerate.
	* src/c++11/Makefile.in: Regenerate.
	* src/c++98/Makefile.in: Regenerate.
	* src/filesystem/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

From-SVN: r226138
parent 5f8d832e
2015-07-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
* fragment.am (AM_CPPFLAGS): Add CPPFLAGS.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* python/Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* src/c++11/Makefile.in: Regenerate.
* src/c++98/Makefile.in: Regenerate.
* src/filesystem/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
2015-07-23 DJ Delorie <dj@redhat.com> 2015-07-23 DJ Delorie <dj@redhat.com>
* include/bits/functional_hash.h: Add specializations for __intN * include/bits/functional_hash.h: Add specializations for __intN
......
...@@ -338,7 +338,7 @@ WARN_CXXFLAGS = \ ...@@ -338,7 +338,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
@GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python
SUBDIRS = include libsupc++ $(hosted_source) SUBDIRS = include libsupc++ $(hosted_source)
ACLOCAL_AMFLAGS = -I . -I .. -I ../config ACLOCAL_AMFLAGS = -I . -I .. -I ../config
......
...@@ -320,7 +320,7 @@ WARN_CXXFLAGS = \ ...@@ -320,7 +320,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
@BUILD_XML_FALSE@STAMP_XML = @BUILD_XML_FALSE@STAMP_XML =
# Documentation Overview # Documentation Overview
......
...@@ -34,5 +34,5 @@ WARN_CXXFLAGS = \ ...@@ -34,5 +34,5 @@ WARN_CXXFLAGS = \
$(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
...@@ -310,7 +310,7 @@ WARN_CXXFLAGS = \ ...@@ -310,7 +310,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Standard C++ includes. # Standard C++ includes.
std_srcdir = ${glibcxx_srcdir}/include/std std_srcdir = ${glibcxx_srcdir}/include/std
......
...@@ -381,7 +381,7 @@ WARN_CXXFLAGS = \ ...@@ -381,7 +381,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Need this library to both be part of libstdc++.a, and installed # Need this library to both be part of libstdc++.a, and installed
# separately too. # separately too.
......
...@@ -310,7 +310,7 @@ WARN_CXXFLAGS = \ ...@@ -310,7 +310,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Location of installation directories. # Location of installation directories.
locale_installdir = $(DESTDIR)$(datadir)/locale locale_installdir = $(DESTDIR)$(datadir)/locale
......
...@@ -340,7 +340,7 @@ WARN_CXXFLAGS = \ ...@@ -340,7 +340,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
@ENABLE_PYTHONDIR_FALSE@pythondir = $(datadir)/gcc-$(gcc_version)/python @ENABLE_PYTHONDIR_FALSE@pythondir = $(datadir)/gcc-$(gcc_version)/python
@ENABLE_PYTHONDIR_TRUE@pythondir = $(prefix)/$(python_mod_dir) @ENABLE_PYTHONDIR_TRUE@pythondir = $(prefix)/$(python_mod_dir)
nobase_python_DATA = \ nobase_python_DATA = \
......
...@@ -373,7 +373,7 @@ WARN_CXXFLAGS = \ ...@@ -373,7 +373,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
@ENABLE_FILESYSTEM_TS_FALSE@filesystem_dir = @ENABLE_FILESYSTEM_TS_FALSE@filesystem_dir =
@ENABLE_FILESYSTEM_TS_TRUE@filesystem_dir = filesystem @ENABLE_FILESYSTEM_TS_TRUE@filesystem_dir = filesystem
SUBDIRS = c++98 c++11 $(filesystem_dir) SUBDIRS = c++98 c++11 $(filesystem_dir)
......
...@@ -343,7 +343,7 @@ WARN_CXXFLAGS = \ ...@@ -343,7 +343,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Convenience library for C++11 runtime. # Convenience library for C++11 runtime.
noinst_LTLIBRARIES = libc++11convenience.la noinst_LTLIBRARIES = libc++11convenience.la
......
...@@ -344,7 +344,7 @@ WARN_CXXFLAGS = \ ...@@ -344,7 +344,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Convenience library for C++98 runtime. # Convenience library for C++98 runtime.
noinst_LTLIBRARIES = libc++98convenience.la noinst_LTLIBRARIES = libc++98convenience.la
......
...@@ -350,7 +350,7 @@ WARN_CXXFLAGS = \ ...@@ -350,7 +350,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
toolexeclib_LTLIBRARIES = libstdc++fs.la toolexeclib_LTLIBRARIES = libstdc++fs.la
headers = headers =
sources = \ sources = \
......
...@@ -313,7 +313,7 @@ WARN_CXXFLAGS = \ ...@@ -313,7 +313,7 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
# Generated lists of files to run. All of these names are valid make # Generated lists of files to run. All of these names are valid make
# targets, if you wish to generate a list manually. # targets, if you wish to generate a list manually.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment