aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2008-01-28 16:58:54 +0000
committerDavid Daney <daney@gcc.gnu.org>2008-01-28 16:58:54 +0000
commita26c76325889badeccc87d5ba07c508226a33864 (patch)
tree25c55773aa7957e0d30d5857ffe9661773d40eed /gcc
parent7444c8717ae0032a89258e52bdf18d83c683194b (diff)
downloadgcc-a26c76325889badeccc87d5ba07c508226a33864.zip
gcc-a26c76325889badeccc87d5ba07c508226a33864.tar.gz
gcc-a26c76325889badeccc87d5ba07c508226a33864.tar.bz2
install.texi (--disable-libgcj-bc): Reword documentation.
2008-01-28 David Daney <ddaney@avtrex.com> * doc/install.texi (--disable-libgcj-bc): Reword documentation. From-SVN: r131910
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi9
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 85b5cdb..cd415a4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-28 David Daney <ddaney@avtrex.com>
+
+ * doc/install.texi (--disable-libgcj-bc): Reword documentation.
+
2008-01-27 Joseph Myers <joseph@codesourcery.com>
* config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 65d203e..7fed569 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1557,12 +1557,13 @@ Disable JVMPI support.
@item --disable-libgcj-bc
Disable BC ABI compilation of certain parts of libgcj. By default,
some portions of libgcj are compiled with @option{-findirect-dispatch}
-@option{-fno-indirect-classes}. This allows them to be overridden at
-runtime.
+and @option{-fno-indirect-classes}, allowing them to be overridden at
+run-time.
If @option{--disable-libgcj-bc} is specified, libgcj is built without
-these options. This makes it impossible to override portions of
-libgcj at runtime, but can make it easier to statically link to libgcj.
+these options. This allows the compile-time linker to resolve
+dependencies when statically linking to libgcj. However it makes it
+impossible to override the affected portions of libgcj at run-time.
@item --with-ecos
Enable runtime eCos target support.