This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fixinc w/ SYSTEM_INCLUDE_DIR set?
- To: manfred at s-direktnet dot de, Manfred dot Hollstein at ks dot sel dot alcatel dot de
- Subject: Re: fixinc w/ SYSTEM_INCLUDE_DIR set?
- From: Robert Lipe <robertl at dgii dot com>
- Date: Mon, 3 Aug 1998 09:38:43 -0500
- Cc: egcs at cygnus dot com
- References: <19980803011040.A12433@dgii.com> <13765.42734.71097.809349@slsvhmt>
> > I'm working on a target that will need to set SYSTEM_INCLUDE_DIR. There
> > is a /usr/include, but they are toxic to this target and must never be
> > touched. Unfortunately, the target of SYSTEM_INCLUDE_DIR is also toxic
> > enough that it needs to have fixincludes run on it.
> >
> How about putting it into config/<target>/t-<your-particular-system>:
> SYSTEM_HEADER_DIR = /where/ever/your/include/files/are
Aaaah, yes. That's the way I'll implement it. I now see some prior art
in the config files for this.
Thanx for the tip.
RJL