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:
parent
6d26dc3b6b
commit
87cd358654
@ -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
2
libjava/configure
vendored
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user