configure: Rebuilt.

* configure: Rebuilt.
	* configure.in: Removed --enable-java-gc option and JAVAGC subst.

From-SVN: r28500
This commit is contained in:
Tom Tromey 1999-08-04 18:28:22 +00:00 committed by Tom Tromey
parent 949d79eb1d
commit 430e7edf8f
3 changed files with 204 additions and 221 deletions

View File

@ -1,3 +1,8 @@
Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Removed --enable-java-gc option and JAVAGC subst.
Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
* recog.c (preproces_constraints): Zero recog_op_alt before

412
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -280,13 +280,6 @@ else
fi,
objc_boehm_gc='')
AC_ARG_ENABLE(java-gc,
changequote(<<,>>)dnl
<< --enable-java-gc=TYPE choose garbage collector [boehm]>>,
changequote([,])
JAVAGC=$enableval,
JAVAGC=boehm)
AC_ARG_WITH(dwarf2,
[ --enable-dwarf2 enable DWARF2 debugging as default.],
dwarf2="$with_dwarf2",
@ -4541,7 +4534,6 @@ AC_SUBST(host_exeext)
AC_SUBST(host_extra_gcc_objs)
AC_SUBST(host_xm_file_list)
AC_SUBST(install)
AC_SUBST(JAVAGC)
AC_SUBST(lang_options_files)
AC_SUBST(lang_specs_files)
AC_SUBST(lang_tree_files)