install.texi (disable-libgcj-bc): Document new option.
2007-12-22 David Daney <ddaney@avtrex.com> * doc/install.texi (disable-libgcj-bc): Document new option. 2007-12-22 David Daney <ddaney@avtrex.com> * scripts/makemake.tcl (emit_bc_rule): Use $(LIBGCJ_BC_FLAGS) instead of -findirect-dispatch -fno-indirect-classes. * configure.ac (libgcj-bc): New AC_ARG_ENABLE. (SUPPRESS_LIBGCJ_BC): New AM_CONDITIONAL. * Makefile.am (LIBGCJ_BC_FLAGS): New variable. * Makefile.in: Regenerate. * include/Makefile.in: Same. * testsuite/Makefile.in: Same. * configure: Same. * gcj/Makefile.in: Same. * sources.am: Same. From-SVN: r131135
This commit is contained in:
parent
4569f0c16d
commit
a507baad28
12 changed files with 186 additions and 103 deletions
|
@ -317,7 +317,9 @@ proc emit_bc_rule {package} {
|
|||
if {$package_map($package) == "bc"} {
|
||||
puts -nonewline "-fjni "
|
||||
}
|
||||
puts "-findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
|
||||
# Unless bc is disabled with --disable-libgcj-bc, $(LIBGCJ_BC_FLAGS) is:
|
||||
# -findirect-dispatch -fno-indirect-classes
|
||||
puts "\$(LIBGCJ_BC_FLAGS) -c -o $loname @$tname"
|
||||
puts "\t@rm -f $tname"
|
||||
puts ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue