mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
7444c8717a
commit
a26c763258
|
|
@ -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>
|
2008-01-27 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
|
* config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
|
||||||
|
|
|
||||||
|
|
@ -1557,12 +1557,13 @@ Disable JVMPI support.
|
||||||
@item --disable-libgcj-bc
|
@item --disable-libgcj-bc
|
||||||
Disable BC ABI compilation of certain parts of libgcj. By default,
|
Disable BC ABI compilation of certain parts of libgcj. By default,
|
||||||
some portions of libgcj are compiled with @option{-findirect-dispatch}
|
some portions of libgcj are compiled with @option{-findirect-dispatch}
|
||||||
@option{-fno-indirect-classes}. This allows them to be overridden at
|
and @option{-fno-indirect-classes}, allowing them to be overridden at
|
||||||
runtime.
|
run-time.
|
||||||
|
|
||||||
If @option{--disable-libgcj-bc} is specified, libgcj is built without
|
If @option{--disable-libgcj-bc} is specified, libgcj is built without
|
||||||
these options. This makes it impossible to override portions of
|
these options. This allows the compile-time linker to resolve
|
||||||
libgcj at runtime, but can make it easier to statically link to libgcj.
|
dependencies when statically linking to libgcj. However it makes it
|
||||||
|
impossible to override the affected portions of libgcj at run-time.
|
||||||
|
|
||||||
@item --with-ecos
|
@item --with-ecos
|
||||||
Enable runtime eCos target support.
|
Enable runtime eCos target support.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue