Re: [PATCH] i386: Fix up plugin header install on x86 [PR100336]

2021-05-02 Thread Uros Bizjak via Gcc-patches
On Sat, May 1, 2021 at 9:54 PM Jakub Jelinek 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

[PATCH] i386: Fix up plugin header install on x86 [PR100336]

2021-05-01 Thread Jakub Jelinek via 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 Jak