This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] | |
FAQ-----Original Message----- From: Marco Trudel [mailto:mtrudel@gmx.ch] Sent: Monday, November 27, 2006 8:22 PM To: Andrew Haley Cc: gnustuff@thisiscool.com; Lehner, Michael; java@gcc.gnu.org Subject: Re: Binary size of statically linked java application
I only provide statically compiled GCJs. So you have to look at thein that context... Already the question "Why are the binaries so big? With GCJ X.Y.Z, they were way smaller..." is completely useless in the shared mode context...
Marco
[Lehner, Michael] Thank you for all the interesting information you provided to me. In the
moment I am trying to build a toolchain with ulibgcj, but I am not sure
if this will work, because they write on the project page, that it is
for i686/amd64/.. but I am using a mips64 in the moment and this type is
not listed.
I think I will have to manually reduce the size by removing unused packages. Is there a way to tell the linker to not use them,
so that I won't need to rebuild my libgcj every time use a new package or I don't need one any longer? Or can I only exclude whole archives?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |