diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2004-06-16 14:34:24 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2004-06-16 14:34:24 +0200 |
commit | b9034bbd6d0a84129e2c4abe9938570a0c6b201e (patch) | |
tree | de193804ee0f1063c992bba5fa0629242af83bef /gcc | |
parent | cc605afe381aeb3a32bd2bf39c0415d6c5f243c0 (diff) | |
download | gcc-b9034bbd6d0a84129e2c4abe9938570a0c6b201e.zip gcc-b9034bbd6d0a84129e2c4abe9938570a0c6b201e.tar.gz gcc-b9034bbd6d0a84129e2c4abe9938570a0c6b201e.tar.bz2 |
install.texi (Configuration): Update description for --enable-version-specific-runtime-libs.
* doc/install.texi (Configuration): Update description for
--enable-version-specific-runtime-libs.
From-SVN: r83240
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2193648..d0401eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-16 Andreas Jaeger <aj@suse.de> + + * doc/install.texi (Configuration): Update description for + --enable-version-specific-runtime-libs. + 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi: boehm-gc now uses automake 1.8.5. @@ -182,7 +187,7 @@ 2004-06-15 Daniel Berlin <dberlin@dberlin.org> * tree-flow-inline.h: Document all functions. - + 2004-06-15 Daniel Berlin <dberlin@dberlin.org> * tree-flow-inline.h (stmt_ann): Remove use of is_essa_node. @@ -451,8 +456,8 @@ (m32r_return_addr): Added for __builtin_return_address(0). (m32r_reload_lr): Ditto. - * longlong.h: Fix macros for m32r add_ssaaaa and sub_ddmmss. - + * longlong.h: Fix macros for m32r add_ssaaaa and sub_ddmmss. + 2004-06-15 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi (Prerequisites): Update libbanshee, diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 56f6cf2..99d1fb1 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1017,9 +1017,9 @@ addition, @samp{libstdc++}'s include files will be installed into @file{@var{libdir}} unless you overruled it by using @option{--with-gxx-include-dir=@var{dirname}}. Using this option is particularly useful if you intend to use several versions of GCC in -parallel. This is currently supported by @samp{libf2c} and -@samp{libstdc++}, and is the default for @samp{libobjc} which cannot be -changed in this case. +parallel. This is currently supported by @samp{libgfortran}, +@samp{libjava}, @samp{libmudflap}, @samp{libstdc++}, and @samp{libobjc}. + @item --enable-languages=@var{lang1},@var{lang2},@dots{} Specify that only a particular subset of compilers and |