summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch
new file mode 100644
index 0000000000..2e2ef794e8
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch
@@ -0,0 +1,38 @@
1From 64c92e2bedec2c27ef0e2d4b4674ef17c30e3446 Mon Sep 17 00:00:00 2001
2From: dougkwan <dougkwan@138bc75d-0d04-0410-961f-82ee72b054a4>
3Date: Sun, 1 May 2011 05:10:17 +0000
4Subject: [PATCH] 2011-04-30 Doug Kwan <dougkwan@google.com>
5
6 * include/Makefile.am (install-freestanding-headers): Also install
7 cxxabi_tweaks.h.
8 * include/Makefile.in: Regenerate.
9
10
11git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@173230 138bc75d-0d04-0410-961f-82ee72b054a4
12
13index 10ed04c..27b0a4b 100644
14--- a/libstdc++-v3/include/Makefile.am
15+++ b/libstdc++-v3/include/Makefile.am
16@@ -1201,6 +1201,7 @@ install-freestanding-headers:
17 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
18 $(mkinstalldirs) $(DESTDIR)${host_installdir}
19 for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
20+ ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
21 ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
22 $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
23 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
24diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in
25index 01e593d..3f1abd3 100644
26--- a/libstdc++-v3/include/Makefile.in
27+++ b/libstdc++-v3/include/Makefile.in
28@@ -1585,6 +1585,7 @@ install-freestanding-headers:
29 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
30 $(mkinstalldirs) $(DESTDIR)${host_installdir}
31 for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
32+ ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
33 ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
34 $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
35 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
36--
371.7.0.4
38