On 02/22/2016 12:26 PM, Jakub Jelinek wrote:
Hi!
Matthias filed to PRs about missing *.def files that are needed by plugins,
and my grep found another case (c6x; well, I actually found even the aarch64
issue after seeing the m68k report, then found aarch64 has been already
filed). The problem is that the HeaderInclude header includes on these
targets some *.def files. The standard way to tell the Makefiles about
these is OPTIONS_H_EXTRA, which fixes this.
Bootstrapped/regtested on aarch64-linux, Matthias tested it on m68k-linux,
c6x is untested, but obvious. Ok for trunk?
2016-02-22 Jakub Jelinek <ja...@redhat.com>
PR target/69894
PR target/69895
* config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
and m68k-devices.def.
* config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
* config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
OK.
jeff