From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128722 invoked by alias); 16 Mar 2015 23:34:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 128703 invoked by uid 89); 16 Mar 2015 23:34:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f175.google.com Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 16 Mar 2015 23:34:12 +0000 Received: by obcxo2 with SMTP id xo2so47859691obc.0; Mon, 16 Mar 2015 16:34:11 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.103.234 with SMTP id fz10mr50079157oeb.11.1426548851073; Mon, 16 Mar 2015 16:34:11 -0700 (PDT) Received: by 10.76.134.102 with HTTP; Mon, 16 Mar 2015 16:34:10 -0700 (PDT) In-Reply-To: <20150316232444.GB3435@adacore.com> References: <20150314193105.GB5954@adacore.com> <20150316232444.GB3435@adacore.com> Date: Mon, 16 Mar 2015 23:34:00 -0000 Message-ID: Subject: Re: RFC: Import zlib from GCC tree From: "H.J. Lu" To: Joel Brobecker Cc: GDB , Tristan Gingold , Nick Clifton , Paul Koning , "Joseph S. Myers" , Thomas Schwinge , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00473.txt.bz2 On Mon, Mar 16, 2015 at 4:24 PM, Joel Brobecker wrote: >> I created users/hjl/zlib branch. It imported zlib into binutils-gdb tree >> and replaced --with-zlib with --with-system-zlib. Any feedbacks? > > I'm not sure. Wouldn't some people want to configure --without-zlib? GCC doesn't support --without-zlib nor should binutils. zlib is needed to implement SHF_COMPRESSED. -- H.J.