install.text (--enable-shared): Fix typo.
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu> * doc/install.text (--enable-shared): Fix typo. From-SVN: r82998
This commit is contained in:
parent
65da5a20d9
commit
55c452262a
|
@ -1,3 +1,7 @@
|
|||
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* doc/install.text (--enable-shared): Fix typo.
|
||||
|
||||
2004-06-11 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_gimplify_va_arg_1): Remove post_p
|
||||
|
|
|
@ -764,7 +764,7 @@ 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}, @samp{libjava} and @samp{libobjc}.
|
||||
Note @samp{libiberty} do not support shared libraries at all.
|
||||
Note @samp{libiberty} does 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
|
||||
|
|
Loading…
Reference in New Issue