This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] distributing libgomp/libgomp.info ?
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Daniel Franke <franke dot daniel at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 22 Nov 2006 20:11:14 -0800
- Subject: Re: [gomp] distributing libgomp/libgomp.info ?
- References: <200611222252.09330.franke.daniel@gmail.com>
On Wed, 2006-11-22 at 22:52 +0100, Daniel Franke wrote:
> The tarball of 4.1.1 includes fastjar/fastjar.info, but not
> libiberty/libiberty.info. The config file fastjar/configure.ac has the
> enable-...-srcdir flag, libiberty/configure.ac does not.
This is because libiberty's API is all internal really and is always
changing and never stable. It is not really a well defined library
unlike say libgomp.
-- Pinski