From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39765 invoked by alias); 20 Oct 2015 16:30:03 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 39705 invoked by uid 55); 20 Oct 2015 16:30:02 -0000 From: "hjl at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/19109] Creating archives with java.util.zip Date: Tue, 20 Oct 2015 16:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Version: 3.4.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.0.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00002.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19109 --- Comment #3 from hjl at gcc dot gnu.org --- Author: hjl Date: Tue Oct 20 16:29:28 2015 New Revision: 229088 URL: https://gcc.gnu.org/viewcvs?rev=229088&root=gcc&view=rev Log: Add --enable-compressed-debug-sections={all,gas,gold,ld} This patch removes the gas configure option: --enable-compressed-debug-sections and adds a toplevel configure option: --enable-compressed-debug-sections={all,gas,gold,ld} to enable compressed debug sections for gas, gold or ld by default. At the moment, this configure option is ignored by gold and ld. For x86 Linux targets, default to compressing debug sections in gas. Sync with binutils-gdb: PR gas/19109 * configure.ac: Add --enable-compressed-debug-sections={all,gas,gold,ld}. * configure: Regenerated. Modified: trunk/ChangeLog trunk/configure trunk/configure.ac