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]: 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


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