Re: [PATCH] aarch64: Fix plugin header install

2022-12-21 Thread Richard Sandiford via Gcc-patches
Jakub Jelinek writes: > On Wed, Dec 21, 2022 at 09:56:33AM +, Richard Sandiford wrote: >> Jakub Jelinek writes: >> > The r13-2943-g11a113d501ff64 made aarch64.h include >> > aarch64-option-extensions.def, but that file isn't installed >> > for building plugins. >> > >> > The following patch s

Re: [PATCH] aarch64: Fix plugin header install

2022-12-21 Thread Jakub Jelinek via Gcc-patches
On Wed, Dec 21, 2022 at 09:56:33AM +, Richard Sandiford wrote: > Jakub Jelinek writes: > > The r13-2943-g11a113d501ff64 made aarch64.h include > > aarch64-option-extensions.def, but that file isn't installed > > for building plugins. > > > > The following patch should fix that, ok for trunk if

Re: [PATCH] aarch64: Fix plugin header install

2022-12-21 Thread Richard Sandiford via Gcc-patches
Jakub Jelinek writes: > Hi! > > The r13-2943-g11a113d501ff64 made aarch64.h include > aarch64-option-extensions.def, but that file isn't installed > for building plugins. > > The following patch should fix that, ok for trunk if it > passes bootstrap/regtest + building plugin against it? > > 2022-1