]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add OPTIONS_H_EXTRA to GTFILES
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:50 +0000 (11:32 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:50 +0000 (11:32 +0100)
commitc1e1fa054970a30844eb94d726b4954dcb8b9063
tree6dc9818e89ed488dc78da6aa3713edeb35ffe7aa
parenta5a9237e2a78a9854f1f87e63ef5619cf8ba7360
Add OPTIONS_H_EXTRA to GTFILES

I have a patch that adds a typedef to aarch64's <cpu>-opts.h.
The typedef is used for a TargetVariable in the .opt file,
which means that it is covered by PCH and so needs to be
visible to gengtype.

<cpu>-opts.h is not included directly in tm.h, but indirectly
by target headers (in this case aarch64.h).  There was therefore
nothing that caused it to be added to GTFILES.

gcc/
* Makefile.in (GTFILES): Add OPTIONS_H_EXTRA.
gcc/Makefile.in