This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: Fix GCJH for cross builds (was Re: retracting my retraction [patch included])


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}`/"




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]