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:
authorKhem Raj <raj.khem@gmail.com>2011-06-12 20:56:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:29:15 +0100
commitec9b6d061b8495b9316ae90e5a71a499ef2873ee (patch)
treedc922c9ddd98f937eb2095b07f6c3b5043e3a491 /meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0205-2011-04-30-Doug-Kwan-dougkwan-google.com.patch
parentfbc60cc5ba2284bfcaea8c82001a49b7795cc2a2 (diff)
downloadpoky-ec9b6d061b8495b9316ae90e5a71a499ef2873ee.tar.gz
gcc-4.6.0: Bring in patches from FSF 4.6 branch
This brings in new patches from 4.6 release branch updates the comment section of existing branch to not contain patch numbers. Tested build on qemu for arm ppc mips x86 and x86_64 (From OE-Core rev: 3968f33b6542cf20cf63cf49bfbc033bd2486295) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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