public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] i386: Fix up plugin header install on x86 [PR100336]
@ 2021-05-01 19:54 Jakub Jelinek
  2021-05-02  8:06 ` Uros Bizjak
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2021-05-01 19:54 UTC (permalink / raw)
  To: Uros Bizjak, hjl.tools; +Cc: gcc-patches

Hi!

The recent addition of i386-isa.def which is included from i386.h results
in failures to build gcc plugins, the i386.h header is installed, but
i386-isa.def is not.

Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux and
tested with make install, ok for trunk?

2021-05-01  Jakub Jelinek  <jakub@redhat.com>

	PR target/100336
	* config/i386/t-i386 (TM_H): Add $(srcdir)/config/i386/i386-isa.def.

--- gcc/config/i386/t-i386.jj	2021-01-04 10:25:45.428159147 +0100
+++ gcc/config/i386/t-i386	2021-04-30 11:06:30.176266111 +0200
@@ -18,7 +18,8 @@
 
 OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
 TM_H += $(srcdir)/config/i386/x86-tune.def \
-	$(srcdir)/common/config/i386/i386-cpuinfo.h
+	$(srcdir)/common/config/i386/i386-cpuinfo.h \
+	$(srcdir)/config/i386/i386-isa.def
 PASSES_EXTRA += $(srcdir)/config/i386/i386-passes.def
 
 i386-c.o: $(srcdir)/config/i386/i386-c.c

	Jakub


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] i386: Fix up plugin header install on x86 [PR100336]
  2021-05-01 19:54 [PATCH] i386: Fix up plugin header install on x86 [PR100336] Jakub Jelinek
@ 2021-05-02  8:06 ` Uros Bizjak
  0 siblings, 0 replies; 2+ messages in thread
From: Uros Bizjak @ 2021-05-02  8:06 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: H. J. Lu, gcc-patches

On Sat, May 1, 2021 at 9:54 PM Jakub Jelinek <jakub@redhat.com> wrote:
>
> Hi!
>
> The recent addition of i386-isa.def which is included from i386.h results
> in failures to build gcc plugins, the i386.h header is installed, but
> i386-isa.def is not.
>
> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux and
> tested with make install, ok for trunk?
>
> 2021-05-01  Jakub Jelinek  <jakub@redhat.com>
>
>         PR target/100336
>         * config/i386/t-i386 (TM_H): Add $(srcdir)/config/i386/i386-isa.def.

OK.

Thanks,
Uros.

> --- gcc/config/i386/t-i386.jj   2021-01-04 10:25:45.428159147 +0100
> +++ gcc/config/i386/t-i386      2021-04-30 11:06:30.176266111 +0200
> @@ -18,7 +18,8 @@
>
>  OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
>  TM_H += $(srcdir)/config/i386/x86-tune.def \
> -       $(srcdir)/common/config/i386/i386-cpuinfo.h
> +       $(srcdir)/common/config/i386/i386-cpuinfo.h \
> +       $(srcdir)/config/i386/i386-isa.def
>  PASSES_EXTRA += $(srcdir)/config/i386/i386-passes.def
>
>  i386-c.o: $(srcdir)/config/i386/i386-c.c
>
>         Jakub
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-02  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01 19:54 [PATCH] i386: Fix up plugin header install on x86 [PR100336] Jakub Jelinek
2021-05-02  8:06 ` Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).