This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: committed: merge with libada-branch
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Laurent GUERBY <laurent at guerby dot net>,Arnaud Charlet <charlet at ACT-Europe dot FR>, gcc at gcc dot gnu dot org,Zack Weinberg <zack at codesourcery dot com>
- Date: Wed, 11 Feb 2004 00:46:03 +0100
- Subject: Re: committed: merge with libada-branch
- References: <20040210115744.A25558@dublin.act-europe.fr> <87r7x2yexs.fsf@egil.codesourcery.com> <1076441795.22422.112.camel@pc> <058C6EC7-5C21-11D8-810F-000393A6D2F2@physics.uc.edu>
> Well it is not working on powerpc-apple-darwin where Ada is not
> available
> and does not work either (a different bug already filed).
If Ada does not work, obviousely you can't expect libada to work.
The proper approach here is to disable ada when configuring.
Now, if you're really lazy and don't want to specify the list of languages
you want to enable, then you can use --disable-libada, as documented :-)
Arno