public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Partially fix PR 32340: libjava build failure on  arm-unkonwn-elf
@ 2007-07-13 17:10 Rask Ingemann Lambertsen
  2007-07-15 18:20 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Rask Ingemann Lambertsen @ 2007-07-13 17:10 UTC (permalink / raw)
  To: gcc-patches, java-patches

   This patch fixes one of the errors messages I get when trying to build
libjava on arm-unknown-elf. Ok for trunk?

   Btw, this is the remaining one:
In file included from .../libjava/jni-libjvm.cc:14:
.../libjava/include/jvm.h:763: error: 'ParkHelper' does not name a type

:ADDPATCH arm libjava:

2007-07-13  Rask Ingemann Lambertsen  <rask@sygehus.dk>

	PR target/32340
	* configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
	new sysdeps/arm directory.

Index: configure.host
===================================================================
--- configure.host	(revision 126622)
+++ configure.host	(working copy)
@@ -81,6 +81,7 @@
 	enable_java_net_default=no
 	enable_getenv_properties_default=no
 	enable_main_args_default=no
+	sysdeps_dir=arm
 	;;
   arm*-linux-gnu)
 	libgcj_interpreter=yes

-- 
Rask Ingemann Lambertsen

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

* Re: [PATCH] Partially fix PR 32340: libjava build failure on  arm-unkonwn-elf
  2007-07-13 17:10 [PATCH] Partially fix PR 32340: libjava build failure on arm-unkonwn-elf Rask Ingemann Lambertsen
@ 2007-07-15 18:20 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2007-07-15 18:20 UTC (permalink / raw)
  To: Rask Ingemann Lambertsen; +Cc: gcc-patches, java-patches

Rask Ingemann Lambertsen writes:
 >    This patch fixes one of the errors messages I get when trying to build
 > libjava on arm-unknown-elf. Ok for trunk?

 >    Btw, this is the remaining one:
 > In file included from .../libjava/jni-libjvm.cc:14:
 > .../libjava/include/jvm.h:763: error: 'ParkHelper' does not name a type
 > 
 > :ADDPATCH arm libjava:
 > 
 > 2007-07-13  Rask Ingemann Lambertsen  <rask@sygehus.dk>
 > 
 > 	PR target/32340
 > 	* configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
 > 	new sysdeps/arm directory.
 
OK.

Andrew.

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

end of thread, other threads:[~2007-07-15 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-13 17:10 [PATCH] Partially fix PR 32340: libjava build failure on arm-unkonwn-elf Rask Ingemann Lambertsen
2007-07-15 18:20 ` Andrew Haley

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