This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: Fix GCJH for cross builds (was Re: retracting my retraction [patch included])
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: tromey at redhat dot com
- Cc: Adam Megacz <megacz at cs dot berkeley dot edu>, java-patches at gcc dot gnu dot org
- Date: Sat, 03 Feb 2007 21:36:41 -0600
- Subject: Patch: Fix GCJH for cross builds (was Re: retracting my retraction [patch included])
- Reply-to: gnustuff at thisiscool dot com
Hi Tom,
>Mohan> I told Andrew off list that I won't be able to do this
>Mohan> before Monday or Tuesday at the earliest. If someone else wants
>Mohan> to do this beforehand, be my guest.
>
>I'm reverting it now.
Only one portion of Adam's patch was reverted. This patch
reverts the other piece. OK for trunk?
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/
2007-02-03 Mohan Embar <gnustuff@thisiscool.com>
* configure: Rebuilt.
* configure.ac (GCJH): Reverted second part of patch of 2006-12-20.
Index: configure.ac
===================================================================
--- configure.ac (revision 121548)
+++ configure.ac (working copy)
@@ -358,7 +358,7 @@
else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi
- GCJH="$built_gcc_dir/gcjh"
+ GCJH='$(target_noncanonical)-gcjh'
;;
path)
GCJ="gcj -B`${PWDCMD-pwd}`/"