This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Q about building cross gnatlib
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: guerby at acm dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 Dec 2001 22:04:06 +0100
- Subject: Re: [Ada] Q about building cross gnatlib
- References: <200111302134.fAULY2c00478@ulmo.localdomain>
> Does the ACT tree (when building for VxWorks for example) have
> specific patches to the Makefile to handle the situation? If they're
We do not have anything special. It works because xgcc will look for the
includes under <prefix>/<target>/include, at least that's the way it works
with GCC 2.8.1.
Arno