public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Haley <aph@redhat.com>
To: Mohan Embar <gnustuff@thisiscool.com>
Cc: Adam Megacz <megacz@cs.berkeley.edu>, java-patches@gcc.gnu.org
Subject: Re: retracting my retraction [patch included]
Date: Thu, 21 Dec 2006 18:52:00 -0000	[thread overview]
Message-ID: <17802.55279.458866.971640@zebedee.pink> (raw)
In-Reply-To: <LIYSDAGDHENI64OJKGJELG63FDJ4XGA.458ad753@parallels>

Mohan Embar writes:
 > Hi All,
 > 
 > > > Nope, I still need this one too -- or at least something very close to
 > > > it:
 > > > 
 > > >   Index: configure.ac
 > > >   ===================================================================
 > > >   --- configure.ac        (revision 120101)
 > > >   +++ configure.ac        (working copy)
 > > >   @@ -323,9 +323,9 @@
 > > >             GCC_UNWIND_INCLUDE=
 > > >             GCJ="${target_noncanonical}-gcj"
 > > >          else
 > > >   -         GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
 > > >   +         GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
 > > >          fi
 > > >   
 > > > Specifically, without this patch the build process attempts to invoke
 > > > i386-apple-darwin-gcj (in my case), which does not exist until "make
 > > > install" happens (and even then, it winds up in the install directory,
 > > > not accessible to the build).
 > > > 
 > > > May I commit this patch?
 > >
 > >Yes.
 > 
 > I don't see how this:
 > 
 > > >   +         GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
 > 
 > ...could possibly be right. Adam, are you building on Linux or Mactel?
 > What the above line is assuming is that the intermediate compiler is
 > suitable for building libgcj. This is only true when build=host, which
 > clearly isn't true for the case when we want to build an i686-pc-mingw32
 > compiler on i686-pc-linux-gnu using a cross compiler.

Mmm, you're right, and I was wrong.  Seems like Adam has a localized
configuration issue.

Andrew.

  reply	other threads:[~2006-12-21 18:52 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-05  6:07 [gcj-eclipse-merge-branch] fix cross-build configury/makery Adam Megacz
2006-12-05 10:21 ` Andrew Haley
2006-12-21  2:43   ` Adam Megacz
2006-12-21  5:28     ` Mohan Embar
2006-12-21  6:42       ` Adam Megacz
2006-12-21  8:41         ` Adam Megacz
2006-12-21 17:40         ` retracting my retraction [patch included] Adam Megacz
2006-12-21 17:50           ` Andrew Haley
2006-12-21 18:50             ` Mohan Embar
2006-12-21 18:52               ` Andrew Haley [this message]
2006-12-21 19:12               ` canadian vs build==host configury Adam Megacz
2006-12-21 20:31                 ` canadian vs build==host configury (and $with_cross_host) Adam Megacz
2007-01-20  0:56                   ` Tom Tromey
2007-01-20  6:46                     ` Mohan Embar
2007-01-23  0:21                       ` Tom Tromey
2006-12-21 21:03                 ` canadian vs build==host configury Mohan Embar
2006-12-21 21:45                   ` Adam Megacz
2006-12-21 22:17                     ` Mohan Embar
2006-12-21 23:36                       ` Adam Megacz
2006-12-22  0:04                         ` Mohan Embar
2007-01-20  0:50           ` retracting my retraction [patch included] Tom Tromey
2007-01-20  6:09             ` Mohan Embar
2007-01-20  6:58               ` libjava configury logic for cross builds (was Re: retracting my retraction [patch included]) Mohan Embar
2007-01-20 10:03               ` retracting my retraction [patch included] Andrew Haley
2007-01-20 12:32                 ` Marco Trudel
2007-01-20 13:18                   ` Mohan Embar
2007-01-23  0:20                     ` Tom Tromey
2007-02-04  3:37                       ` Patch: Fix GCJH for cross builds (was Re: retracting my retraction [patch included]) Mohan Embar
2007-02-05  9:48                         ` Andrew Haley
2006-12-06 23:13 ` [gcj-eclipse-merge-branch] fix cross-build configury/makery Tom Tromey
2006-12-07  0:55   ` Mohan Embar
2006-12-07  3:36     ` Mohan Embar
2006-12-07  3:28       ` Tom Tromey
2006-12-07  7:55         ` Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds Mohan Embar
2006-12-07 11:14           ` Andrew Haley
2006-12-07 13:01             ` Mohan Embar
2006-12-07 13:02               ` Andrew Haley
2006-12-07 16:39                 ` Mohan Embar
2006-12-07 15:10                   ` Andrew Haley
2006-12-07 16:04                     ` Mohan Embar
2006-12-07 16:53                     ` LockSupportTest.java Mohan Embar
2006-12-07 15:44           ` Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds Mohan Embar
2006-12-08 19:44           ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17802.55279.458866.971640@zebedee.pink \
    --to=aph@redhat.com \
    --cc=gnustuff@thisiscool.com \
    --cc=java-patches@gcc.gnu.org \
    --cc=megacz@cs.berkeley.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).