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
Mark Mitchell <mark@codesourcery.com> writes:
> If it's a subset, we could alsot put:
>
> #ifdef TARGET_LIBRARIES
> ...
> #endif
>
> around the things in auto-host.h that we want on the target. That
> would also make the subset explicit but it might be hard to do make
> that play nice with autoheader.
I know of no way to achieve that with autoheader-generated config.in.
There is new spiffy stuff in 2.5x I haven't looked at, though.
zw