This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Separate target and host config files
Nathan Sidwell <nathan@codesourcery.com> writes:
>> I don't see how auto-host.h is now getting included in tconfig.h.
>
> this line does it.
> ! xm_file="auto-host.h ansidecl.h ${xm_file}"
> that list is fed to mkconfig.sh, which spits out those #includes. The
> previous version of the patch had 'auto-target.h' at that point.
Ah, I must have read past that.
Patch is OK.
zw