From 07659e9789694eddd0ca9b6abf86f036b400ceb8 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Fri, 11 Jun 2004 20:17:46 +0000 Subject: [PATCH] install.texi (--enable-shared): Update libobjc's shared library status. 2004-06-11 Andrew Pinski * doc/install.texi (--enable-shared): Update libobjc's shared library status. Remove reference to libf2c. From-SVN: r82996 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 11 +++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c755b367987..394204b39eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-11 Andrew Pinski + + * doc/install.texi (--enable-shared): Update libobjc's shared library status. + Remove reference to libf2c. + 2004-06-11 Jason Merrill * config/i386/i386.h (EXPAND_BUILTIN_VA_ARG): Just abort. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0d9f661cefe..2b52a7a2191 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 -- 2.30.2