i386: Fix up plugin header install on x86 [PR100336]
authorJakub Jelinek <jakub@redhat.com>
Sun, 2 May 2021 08:28:11 +0000 (10:28 +0200)
committerJakub Jelinek <jakub@redhat.com>
Sun, 2 May 2021 08:28:11 +0000 (10:28 +0200)
commit6e1ecc984ef71fc80d0fb7e91ac38af16ccb1943
tree50adef654daf97032337c8f5c2a4c5c54a1fe105
parent620a06358e45f86bb0121b53cb1997824f2d7e7e
i386: Fix up plugin header install on x86 [PR100336]

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.

2021-05-02  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