public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: fix building of ecjx
@ 2007-01-18 15:52 Tom Tromey
  2007-01-18 15:58 ` Andrew Haley
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2007-01-18 15:52 UTC (permalink / raw)
  To: GCJ-patches

I'm checking this in.

Yesterday's big configury merge broke building of ecjx and I didn't
notice :(.  Mark pointed it out this morning.  Here's the fix.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.ac: Use multi_basedir instead of libgcj_basedir.

Index: configure.ac
===================================================================
--- configure.ac	(revision 120880)
+++ configure.ac	(working copy)
@@ -478,8 +478,8 @@
 AC_ARG_WITH(ecj-jar,
 	AS_HELP_STRING([--with-ecj-jar=FILE], [use preinstalled ecj jar]),
 	[ECJ_JAR=$withval],
-	[if test -f $libgcj_basedir/../ecj.jar; then
-	   ECJ_BUILD_JAR=$libgcj_basedir/../ecj.jar
+	[if test -f $multi_basedir/ecj.jar; then
+	   ECJ_BUILD_JAR=$multi_basedir/ecj.jar
 	   ECJ_JAR='$(jardir)/ecj.jar'
 	   install_ecj_jar=yes
 	 fi])

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch: FYI: fix building of ecjx
  2007-01-18 15:52 Patch: FYI: fix building of ecjx Tom Tromey
@ 2007-01-18 15:58 ` Andrew Haley
  2007-01-18 16:36   ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Haley @ 2007-01-18 15:58 UTC (permalink / raw)
  To: Tom Tromey; +Cc: GCJ-patches

Tom Tromey writes:
 > I'm checking this in.
 > 
 > Yesterday's big configury merge broke building of ecjx and I didn't
 > notice :(.  Mark pointed it out this morning.  Here's the fix.

Please have a look at svn+ssh://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_1-branch-java-merge-20070117

If the libjava configury is bollixed there too, please fix it, Right Now Please.

Andrew.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch: FYI: fix building of ecjx
  2007-01-18 15:58 ` Andrew Haley
@ 2007-01-18 16:36   ` Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2007-01-18 16:36 UTC (permalink / raw)
  To: Andrew Haley; +Cc: GCJ-patches

>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

>> Yesterday's big configury merge broke building of ecjx and I didn't
>> notice :(.  Mark pointed it out this morning.  Here's the fix.

Andrew> Please have a look at
Andrew> svn+ssh://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_1-branch-java-merge-20070117

I checked and this branch is ok.
The configury changes aren't on that branch.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-18 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-18 15:52 Patch: FYI: fix building of ecjx Tom Tromey
2007-01-18 15:58 ` Andrew Haley
2007-01-18 16:36   ` Tom Tromey

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).