Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303995 Details for
Bug 406571
sys-devel/gcc-4.6.3: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
76_all_4.7.0_c-family-headers.patch
76_all_4.7.0_c-family-headers.patch (text/plain), 1.64 KB, created by
Andreas Sturmlechner
on 2012-03-02 15:07:17 UTC
(
hide
)
Description:
76_all_4.7.0_c-family-headers.patch
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2012-03-02 15:07:17 UTC
Size:
1.64 KB
patch
obsolete
>https://bugs.gentoo.org/396005 > > >2011-07-22 Romain Geissler <romain.geissler@gmail.com> > > PR plugins/45348 > PR plugins/48425 > PR plugins/46577 > * Makefile.in: Do not flatten c-family directory when installing > plugin headers. > > >2011-07-25 Romain Geissler <romain.geissler@gmail.com> > > * c-pretty-print.h: Search c-common.h in c-family. > > > >2012-03-01 > > * ported to gcc-4.6.3 > > >--- a/gcc/Makefile.in 2012-03-02 00:58:08.979556348 +0100 >+++ b/gcc/Makefile.in 2012-03-02 01:17:04.426361308 +0100 >@@ -4538,8 +4538,8 @@ > > # Install the headers needed to build a plugin. > install-plugin: installdirs lang.install-plugin s-header-vars >-# We keep the directory structure for files in config and .def files. All >-# other files are flattened to a single directory. >+# We keep the directory structure for files in config or c-family and .def >+# files. All other files are flattened to a single directory. > $(mkinstalldirs) $(DESTDIR)$(plugin_includedir) > headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u`; \ > srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`; \ >@@ -4551,7 +4551,7 @@ > else continue; \ > fi; \ > case $$path in \ >- "$(srcdir)"/config/* | "$(srcdir)"/*.def ) \ >+ "$(srcdir)"/config/* | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \ > base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \ > *) base=`basename $$path` ;; \ > esac; \ >--- a/gcc/c-family/c-pretty-print.h 2011-01-03 21:52:22.000000000 +0100 >+++ b/gcc/c-family/c-pretty-print.h 2012-03-02 01:17:59.295675346 +0100 >@@ -23,7 +23,7 @@ > #define GCC_C_PRETTY_PRINTER > > #include "tree.h" >-#include "c-common.h" >+#include "c-family/c-common.h" > #include "pretty-print.h" > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 406571
:
303993
| 303995 |
304211
|
305513