From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21555 invoked by alias); 17 Mar 2005 02:12:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20784 invoked by uid 48); 17 Mar 2005 02:12:20 -0000 Date: Thu, 17 Mar 2005 02:12:00 -0000 From: "tromey at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050317021216.20507.tromey@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/20507] New: gcj needs a way to omit resources from .o X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg02036.txt.bz2 List-Id: When compiling a .jar, gcj will compile all the resources in the .jar into the resulting .o. when using the .db feature, resources in the .so will never be used; instead they'll always be pulled from the original .jar. gcj could use an option to omit resources from the compilation, to avoid unnecessarily bloating the .o. -- Summary: gcj needs a way to omit resources from .o Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20507