re PR libgcj/20761 (fastjar not correctly defined when compiling with cross compilers.)

2005-04-04  Steve Pribyl <steve@netfuel.com>

	PR libgcj/20761
	* configure.ac: Fix fastjar definition for cross builds.
	* configure: Rebuilt.

From-SVN: r97578
This commit is contained in:
Steve Pribyl 2005-04-04 22:18:59 +00:00 committed by Bryce McKinlay
parent 6d26dc3b6b
commit 87cd358654
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-04-04 Steve Pribyl <steve@netfuel.com>
PR libgcj/20761
* configure.ac: Fix fastjar definition for cross builds.
* configure: Rebuilt.
2005-04-04 Tom Tromey <tromey@redhat.com>
* java/lang/ClassLoader.java (loadClass): Resolve class even if

2
libjava/configure vendored
View File

@ -13324,7 +13324,7 @@ case "${which_gcj}" in
else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi
ZIP=jar
ZIP='$(target_noncanonical)-fastjar'
GCJH='$(target_noncanonical)-gcjh'
;;
path)

View File

@ -1078,7 +1078,7 @@ case "${which_gcj}" in
else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi
ZIP=jar
ZIP='$(target_noncanonical)-fastjar'
GCJH='$(target_noncanonical)-gcjh'
;;
path)