This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)
- From: Jason Merrill <jason at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 16:56:16 +0000
- Subject: Re: [PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)
- References: <Pine.SOL.3.91.1020318142853.6656B-100000@taarna.cygnus.com>
>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:
>> > * Do you *really* want to link libstdc++ against libiberty? libiberty
>> > includes GPL and LGPL components, which may be a Bad Thing to have
>> > in libstdc++, since libstdc++ has the "special exception" and
>> > libiberty does not.
> Huh. This wasn't considered. I guess this is an issue.
In the v2 days, we pulled in lots of stuff from libiberty. This issue was
indeed considered. See the needed-list target.
Jason