Commit 87cd3586 by Steve Pribyl Committed by Bryce McKinlay

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
parent 6d26dc3b
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> 2005-04-04 Tom Tromey <tromey@redhat.com>
* java/lang/ClassLoader.java (loadClass): Resolve class even if * java/lang/ClassLoader.java (loadClass): Resolve class even if
......
...@@ -13324,7 +13324,7 @@ case "${which_gcj}" in ...@@ -13324,7 +13324,7 @@ case "${which_gcj}" in
else else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/" GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi fi
ZIP=jar ZIP='$(target_noncanonical)-fastjar'
GCJH='$(target_noncanonical)-gcjh' GCJH='$(target_noncanonical)-gcjh'
;; ;;
path) path)
......
...@@ -1078,7 +1078,7 @@ case "${which_gcj}" in ...@@ -1078,7 +1078,7 @@ case "${which_gcj}" in
else else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/" GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi fi
ZIP=jar ZIP='$(target_noncanonical)-fastjar'
GCJH='$(target_noncanonical)-gcjh' GCJH='$(target_noncanonical)-gcjh'
;; ;;
path) path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment