This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Building a minimal Libgcj
- From: Hannes Diethelm <hannes-diethelm at bluwin dot ch>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 19 Oct 2005 10:22:42 +0000
- Subject: Building a minimal Libgcj
Hello!
I've built a crosscompile-toolchain for embedded PowerPC with GCJ. It
works verry finde, but there is a problem: libgcj ist to big to fit into
the flash of the target.
Is there a possibility to small down libgcj without chanching the whole
source of gcj? Are there any configure switches? I dont nead any XLibs,
nor swing, XML or awt.
Hannes