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]

committed: Documentation of enabled-shared=libada


2004-06-09  Arnaud Charlet  <charlet@act-europe.fr>

	PR ada/6637
	* doc/install.texi: List ada, libada as options to --enable-shared
--
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.283
diff -u -p -r1.283 install.texi
--- install.texi	5 Jun 2004 14:34:56 -0000	1.283
+++ install.texi	9 Jun 2004 08:41:48 -0000
@@ -755,8 +755,9 @@ If a list of packages is given as an arg
 only for the listed packages.  For other packages, only static libraries
 will be built.  Package names currently recognized in the GCC tree are
 @samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
-@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
-@samp{libjava}.  Note that @samp{libobjc} does not recognize itself by
+@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc},
+@samp{ada}, @samp{libada} and @samp{libjava}.
+Note that @samp{libobjc} does not recognize itself by
 any name, so, if you list package names in @option{--enable-shared},
 you will only get static Objective-C libraries.  @samp{libf2c} and
 @samp{libiberty} do not support shared libraries at all.


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