Hi all,
I'm wondering if there is any guidance regarding the list of dependencies to
include for object files. For example, I see this list of dependencies for
aarch64-builtins.o in aarch64/t-aarch64:
$(srcdir)/config/aarch64/aarch64-builtins.c $(CONFIG_H) \
$(SYSTEM_H) coretypes.h $(TM_H) \
On Tue, 8 Oct 2019, Andrew Dean via gcc wrote:
> But I can see that aarch64-builtins.c also includes headers not listed
> here. (function.h, basic-block.h, for example) Are we supposed to
> manually keep track of the transitive header dependencies and keep the
> makefiles up to date, or is ther
I've done the move of GCC wwwdocs to git (using the previously posted and
discussed scripts), including setting up the post-receive hook to do the
same things previously covered by the old CVS hooks, and minimal updates
to the web pages dealing with the CVS setup for wwwdocs.
Note 1: someone wi
Hi -
Thanks - good job with moving this to git!
> Note 1: someone with the right access needs to create the symlink
> /sourceware/git/gcc-wwwdocs.git ->
> /sourceware/projects/gcc-home/wwwdocs.git (and anything else needed for
> anonymous git access to that repository).
Done.
- FChE