aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-06-11 20:17:46 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-06-11 13:17:46 -0700
commit07659e9789694eddd0ca9b6abf86f036b400ceb8 (patch)
tree62bdb6340d4148c8db126fd1830c0872be56b9bb /gcc/doc/install.texi
parent684c64bf57175cbeeba5e17267dc86db6547090e (diff)
downloadgcc-07659e9789694eddd0ca9b6abf86f036b400ceb8.zip
gcc-07659e9789694eddd0ca9b6abf86f036b400ceb8.tar.gz
gcc-07659e9789694eddd0ca9b6abf86f036b400ceb8.tar.bz2
install.texi (--enable-shared): Update libobjc's shared library status.
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu> * doc/install.texi (--enable-shared): Update libobjc's shared library status. Remove reference to libf2c. From-SVN: r82996
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi11
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 0d9f661..2b52a7a 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -756,20 +756,15 @@ installing GCC creates the directory.
@item --enable-shared[=@var{package}[,@dots{}]]
Build shared versions of libraries, if shared libraries are supported on
the target platform. Unlike GCC 2.95.x and earlier, shared libraries
-are enabled by default on all platforms that support shared libraries,
-except for @samp{libobjc} which is built as a static library only by
-default.
+are enabled by default on all platforms that support shared libraries.
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},
-@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.
+@samp{ada}, @samp{libada}, @samp{libjava} and @samp{libobjc}.
+Note @samp{libiberty} do not support shared libraries at all.
Use @option{--disable-shared} to build only static libraries. Note that
@option{--disable-shared} does not accept a list of package names as