This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Partially fix PR 32340: libjava build failure on arm-unkonwn-elf


   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


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