aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-04-30 16:26:23 +0000
committerDoug Kwan <dougkwan@gcc.gnu.org>2011-04-30 16:26:23 +0000
commitd5e8e6a8733871585c1d9a1f38b08df09f8091d8 (patch)
tree7d744f56dfe86def75014063f60bd601a1e4b0f7 /libstdc++-v3
parent4e2cf5f5f6bcd75b990df9100e69f044990d9f07 (diff)
downloadgcc-d5e8e6a8733871585c1d9a1f38b08df09f8091d8.zip
gcc-d5e8e6a8733871585c1d9a1f38b08df09f8091d8.tar.gz
gcc-d5e8e6a8733871585c1d9a1f38b08df09f8091d8.tar.bz2
Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.
2011-04-30 Doug Kwan <dougkwan@google.com> * include/Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h. * include/Makefile.in: Regenerate. From-SVN: r173220
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/include/Makefile.am1
-rw-r--r--libstdc++-v3/include/Makefile.in1
3 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ffb0346..5dfeb77 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-30 Doug Kwan <dougkwan@google.com>
+
+ * include/Makefile.am (install-freestanding-headers): Also install
+ cxxabi_tweaks.h.
+ * include/Makefile.in: Regenerate.
+
2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/48760
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am
index c581aa4..27aff0d 100644
--- a/libstdc++-v3/include/Makefile.am
+++ b/libstdc++-v3/include/Makefile.am
@@ -1200,6 +1200,7 @@ install-freestanding-headers:
$(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
$(mkinstalldirs) $(DESTDIR)${host_installdir}
for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
+ ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
$(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
$(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in
index 0da4c46..e7f7951 100644
--- a/libstdc++-v3/include/Makefile.in
+++ b/libstdc++-v3/include/Makefile.in
@@ -1584,6 +1584,7 @@ install-freestanding-headers:
$(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
$(mkinstalldirs) $(DESTDIR)${host_installdir}
for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
+ ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
$(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
$(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}