This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
SV: Adding another configuration feature to libjava for arm-elfmetal configurations
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "Anthony Green" <green at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Wed, 30 Apr 2003 19:58:27 +0200
- Subject: SV: Adding another configuration feature to libjava for arm-elfmetal configurations
>> I've been able to compile a CygWin arm-elf toolchain
>> and produce my first GCJ compiled Java program. I've also
>> debugged it from the arm emulator. :-)
>
>Great!
GCC 3.3 w/o any patches. Neat.
>Back in the early days we had little apps running in ~500k (text and
>data) on an embedded MIPS platform. I think the easiest way to get
>there again is to start stripping functionality out from libgcj. I
>would start by eyeballing linker maps to see if there are any obviously
>large chunks that can be removed for your application.
Will do.
Do you think it is worth the effort to try to create patch for a handful more
of disable/enable-java-foo (like disable/enable-java-awt) configuration
options(i.e. does it stand any chance of being accepted)?
Perhaps I'm going about this in the wrong way and there is some easier way to
configure a trimmed down libgcj.
Øyvind Harboe