This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update documentation on --enable-version-specific-runtime-libs


"Joseph S. Myers" <jsm@polyomino.org.uk> writes:

> On Tue, 15 Jun 2004, Andreas Jaeger wrote:
>
>> > I still don't think this statement for libobjc is accurate (cf.
>> > <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00790.html>); without the
>> > option, neither libobjc.a nor libobjc.so goes in libsubdir.
>> 
>> Are you rejecting the patch on this ground?
>
> No, I just don't believe it fully achieves the aim of making this
> documentation up to date.  (libobjc used to be installed in libsubdir, but
> this was changed in response to bug 4039.)

I see - I just checked in libobjc is now only installed with the
switch.  So, what about the followign patch?

Ok to commit?  It passed make dvi,

Andreas

2004-06-15  Andreas Jaeger  <aj@suse.de>

	* doc/install.texi (Configuration): Update description for
	--enable-version-specific-runtime-libs.

============================================================
Index: gcc/doc/install.texi
--- gcc/doc/install.texi	15 Jun 2004 14:53:26 -0000	1.291
+++ gcc/doc/install.texi	16 Jun 2004 06:00:15 -0000
@@ -1017,9 +1017,9 @@ addition, @samp{libstdc++}'s include fil
 @file{@var{libdir}} unless you overruled it by using
 @option{--with-gxx-include-dir=@var{dirname}}.  Using this option is
 particularly useful if you intend to use several versions of GCC in
-parallel. This is currently supported by @samp{libf2c} and
-@samp{libstdc++}, and is the default for @samp{libobjc} which cannot be
-changed in this case.
+parallel. This is currently supported by @samp{libf2c},
+@samp{libgfortran}, @samp{libjava}, @samp{libmudflap},
+@samp{libstdc++}, and@samp{libobjc}.
 
 @item --enable-languages=@var{lang1},@var{lang2},@dots{}
 Specify that only a particular subset of compilers and

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]