From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23242 invoked by alias); 30 Mar 2015 17:21:11 -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 23219 invoked by uid 89); 30 Mar 2015 17:21:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 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-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 30 Mar 2015 17:21:09 +0000 Received: by obbps3 with SMTP id ps3so16753756obb.3; Mon, 30 Mar 2015 10:21:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.78.72 with SMTP id z8mr27666064oew.13.1427736062727; Mon, 30 Mar 2015 10:21:02 -0700 (PDT) Received: by 10.76.134.102 with HTTP; Mon, 30 Mar 2015 10:21:02 -0700 (PDT) In-Reply-To: <1427735607.30498.7.camel@ubuntu-sellcey> References: <1427730751.30498.4.camel@ubuntu-sellcey> <55197D8E.7070208@codesourcery.com> <1427735607.30498.7.camel@ubuntu-sellcey> Date: Mon, 30 Mar 2015 17:21:00 -0000 Message-ID: Subject: Re: [PATCH 1/8] Add --with-system-zlib in bfd From: "H.J. Lu" To: sellcey@imgtec.com Cc: lgustavo@codesourcery.com, Binutils , GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg01005.txt.bz2 On Mon, Mar 30, 2015 at 10:13 AM, Steve Ellcey wrote: > On Mon, 2015-03-30 at 09:50 -0700, H.J. Lu wrote: > >> > We need something like libiberty in gdb/Makefile.in, but conditionalized >> > based on the configure switches to use the system's or the include zlib. >> > >> >> Please check out users/hjl/zlib branch. > > > This didn't do anything for my build. > master branch is fixed now. -- H.J.