From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117866 invoked by alias); 9 Apr 2015 08:49:51 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 117804 invoked by uid 89); 9 Apr 2015 08:49:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f170.google.com Received: from mail-lb0-f170.google.com (HELO mail-lb0-f170.google.com) (209.85.217.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 09 Apr 2015 08:49:50 +0000 Received: by lbbqq2 with SMTP id qq2so77184006lbb.3 for ; Thu, 09 Apr 2015 01:49:46 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.190.69 with SMTP id go5mr26176372lbc.74.1428569386673; Thu, 09 Apr 2015 01:49:46 -0700 (PDT) Received: by 10.112.134.232 with HTTP; Thu, 9 Apr 2015 01:49:46 -0700 (PDT) Date: Thu, 09 Apr 2015 08:49:00 -0000 Message-ID: Subject: Re: Invalid use of $zlibdir within GDB_AC_CHECK_BFD From: Ilya Malakhov To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-04/txt/msg00021.txt.bz2 On Thu, Apr 9, 2015 at 11:32 AM, Ilya Malakhov wrote: . . . > The use of $zlibdir when setting LDFLAGS within GDB_AC_CHECK_BFD in > gdb/acinclude.m4 seems to be incorrect unless gdb is configured `--with-system > -zlib'. . . . . . This applies to the current state of master branch in binutils-gdb.git.