diff mbox

Install config/i386/stringop.def as a plugin header

Message ID 20140305084825.GU22862@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek March 5, 2014, 8:48 a.m. UTC
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.


	Jakub

Comments

Uros Bizjak March 5, 2014, 9:10 a.m. UTC | #1
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.
diff mbox

Patch

--- gcc/config/i386/t-i386.jj	2014-01-03 11:41:06.000000000 +0100
+++ gcc/config/i386/t-i386	2014-03-05 09:40:22.433466727 +0100
@@ -16,11 +16,12 @@ 
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
+OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
+
 i386-c.o: $(srcdir)/config/i386/i386-c.c i386-builtin-types.inc
 	  $(COMPILE) $<
 	  $(POSTCOMPILE)
 
-
 i386-builtin-types.inc: s-i386-bt ; @true
 s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \
   $(srcdir)/config/i386/i386-builtin-types.def