re PR ada/6637 (Would be nice to support --enable-shared=gnat)
authorArnaud Charlet <charlet@act-europe.fr>
Wed, 9 Jun 2004 08:42:27 +0000 (10:42 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 9 Jun 2004 08:42:27 +0000 (10:42 +0200)
PR ada/6637
* doc/install.texi: List ada, libada as options to --enable-shared

From-SVN: r82818

gcc/ChangeLog
gcc/doc/install.texi

index d5f6dd0c870a6ff0c218a8f8ff5efc3eae937a46..db8a7c32465fa2dc0fcabb30a5dd54339a1f1747 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-09  Arnaud Charlet  <charlet@act-europe.fr>
+
+       PR ada/6637
+       * doc/install.texi: List ada, libada as options to --enable-shared
+
 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
 
        * aclocal.m4 (gcc_AC_PROG_LN): Remove.
index 2dc505ceb604f020b2167053580eadf4a603c127..f00029f4dbfe9ef7fae6bed3fc7627fc24382b19 100644 (file)
@@ -755,8 +755,9 @@ If a list of packages is given as an argument, build shared libraries
 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.