This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix installed plugin headers for aarch64, m68k and c6x (PR target/69894, PR target/69895)


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  <jakub@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]