This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Partially fix PR 32340: libjava build failure on arm-unkonwn-elf
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Sun, 15 Jul 2007 19:20:16 +0100
- Subject: Re: [PATCH] Partially fix PR 32340: libjava build failure on arm-unkonwn-elf
- References: <20070713171013.GD5690@sygehus.dk>
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.