configure: Rebuilt.

* configure: Rebuilt.
	* configure.ac (GCJ): Reverted patch of 2006-12-20.

From-SVN: r121073
This commit is contained in:
Tom Tromey 2007-01-23 00:22:13 +00:00 committed by Tom Tromey
parent 2450b2dfc3
commit d374f56710
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-22 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac (GCJ): Reverted patch of 2006-12-20.
2007-01-22 Tom Tromey <tromey@redhat.com>
PR java/29812:

2
libjava/configure vendored
View File

@ -5145,7 +5145,7 @@ case "${which_gcj}" in
GCC_UNWIND_INCLUDE=
GCJ="${target_noncanonical}-gcj"
else
GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi
GCJH="$built_gcc_dir/gcjh"
;;

View File

@ -344,7 +344,7 @@ case "${which_gcj}" in
GCC_UNWIND_INCLUDE=
GCJ="${target_noncanonical}-gcj"
else
GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi
GCJH="$built_gcc_dir/gcjh"
;;