From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20168 invoked by alias); 10 Jan 2012 20:58:43 -0000 Received: (qmail 20151 invoked by uid 22791); 10 Jan 2012 20:58:39 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Jan 2012 20:58:25 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LXL00B00OS21E00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 10 Jan 2012 22:57:38 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.135.112]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXL009HEOW0V4G0@a-mtaout22.012.net.il>; Tue, 10 Jan 2012 22:57:38 +0200 (IST) Date: Tue, 10 Jan 2012 21:00:00 -0000 From: Eli Zaretskii Subject: Re: Building GDB 7.3.92 with MinGW In-reply-to: To: Tom Tromey , DJ Delorie Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aa5ve0n0.fsf@gnu.org> References: <83hb03e9sx.fsf@gnu.org> X-IsSubscribed: yes 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 X-SW-Source: 2012-01/txt/msg00314.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Tue, 10 Jan 2012 12:12:14 -0700 > > Eli> Finally, a question: Why are we installing libraries (libbfd, > Eli> libopcodes, libiberty) and the standards.info manual? The libraries > Eli> are not part of GDB, we import them from elsewhere. "make install" > Eli> will happily overwrite existing installation of these libraries that > Eli> could potentially be newer, coming from their respective upstream > Eli> distributions. How about removing these from "make install"? > > For libiberty, gcc is the authoritative source. So, ask there. Let's start with DJ. DJ, any comments on the libiberty part?