This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Disabling libbanshee and libmudflap
- From: Daniel Jacobowitz <drow at false dot org>
- To: Kelley Cook <kcook at gcc dot gnu dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 13 May 2004 15:24:12 -0400
- Subject: Re: Disabling libbanshee and libmudflap
- References: <40A3CA7B.3010109@gcc.gnu.org>
On Thu, May 13, 2004 at 03:20:27PM -0400, Kelley Cook wrote:
> Why is it that in order to build the new GCC without libbanshee and
> libmudflap are the options --without-libbanshee and disable-libmudflap?
>
> Shouldn't either both options be "without" or both be "disable"?
Libbanshee is a library used by the compiler, and libmudflap is a
target library produced when you build the compiler. I think that's
the usual difference between --without and --disable. The issue is a
little confused by the fact that they're both in the source tree;
libbanshee is just imported for convenience.
--
Daniel Jacobowitz