This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Install config/i386/stringop.def as a plugin header
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 5 Mar 2014 10:10:13 +0100
- Subject: Re: [PATCH] Install config/i386/stringop.def as a plugin header
- Authentication-results: sourceware.org; auth=none
- References: <20140305084825 dot GU22862 at tucnak dot redhat dot com>
On Wed, Mar 5, 2014 at 9:48 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> Pretty much all plugins fail to compile against installed plugin headers
> on i?86, because stringop.def isn't installed.
>
> This patch should fix that, ok if testing succeeds?
>
> 2014-03-05 Jakub Jelinek <jakub@redhat.com>
>
> * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
This is actually PR59335 [1], and as shown there, a couple of other
headers are missing as well.
[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Uros.